[Classic] Unused items removal, Newbie buffers and more misc changes.

This commit is contained in:
MobiusDev
2015-05-05 10:29:26 +00:00
parent cbdd79b06f
commit a62f969c94
2275 changed files with 2337 additions and 858177 deletions

View File

@@ -133,6 +133,8 @@ import handlers.bypasshandlers.ReceivePremium;
import handlers.bypasshandlers.ReleaseAttribute;
import handlers.bypasshandlers.RentPet;
import handlers.bypasshandlers.SkillList;
import handlers.bypasshandlers.SupportBlessing;
import handlers.bypasshandlers.SupportMagic;
import handlers.bypasshandlers.TerritoryStatus;
import handlers.bypasshandlers.TutorialClose;
import handlers.bypasshandlers.VoiceCommand;
@@ -433,6 +435,8 @@ public class MasterHandler
ReleaseAttribute.class,
RentPet.class,
SkillList.class,
SupportBlessing.class,
SupportMagic.class,
TerritoryStatus.class,
TutorialClose.class,
VoiceCommand.class,