- Implemented Appearance Stones with engine.
- Fixed Private Stores, not showing items enchant level, attributes, appearance. - Fixed RelationChange packet, with reputation, for green name for normal players on login.
This commit is contained in:
@ -170,6 +170,7 @@ import handlers.itemhandlers.EventItem;
|
||||
import handlers.itemhandlers.ExtractableItems;
|
||||
import handlers.itemhandlers.FishShots;
|
||||
import handlers.itemhandlers.Harvester;
|
||||
import handlers.itemhandlers.ItemAppearance;
|
||||
import handlers.itemhandlers.ItemSkills;
|
||||
import handlers.itemhandlers.ItemSkillsTemplate;
|
||||
import handlers.itemhandlers.ManaPotion;
|
||||
@ -474,6 +475,7 @@ public class MasterHandler
|
||||
ExtractableItems.class,
|
||||
FishShots.class,
|
||||
Harvester.class,
|
||||
ItemAppearance.class,
|
||||
ItemSkills.class,
|
||||
ItemSkillsTemplate.class,
|
||||
ManaPotion.class,
|
||||
|
Reference in New Issue
Block a user