mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
Fixed a bug where players who had an ent buff on logout couldnt login
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
******************************************************************************/
|
||||
package resources.objects;
|
||||
|
||||
import com.sleepycat.persist.model.Persistent;
|
||||
|
||||
@Persistent
|
||||
public class BuffItem {
|
||||
private int affectAmount;
|
||||
private int entertainerBonus;
|
||||
|
||||
Reference in New Issue
Block a user