Ensoul system implementation.

Contributed by Mathael.
This commit is contained in:
MobiusDev
2016-03-05 16:25:48 +00:00
parent 7a9de77047
commit 240332641f
23 changed files with 1680 additions and 2 deletions

View File

@@ -138,6 +138,7 @@ import handlers.bypasshandlers.BuyShadowItem;
import handlers.bypasshandlers.ChatLink;
import handlers.bypasshandlers.ClanWarehouse;
import handlers.bypasshandlers.CrystalCavernsMovie;
import handlers.bypasshandlers.Ensoul;
import handlers.bypasshandlers.EventEngine;
import handlers.bypasshandlers.Freight;
import handlers.bypasshandlers.ItemAuctionLink;
@@ -420,6 +421,7 @@ final class MasterHandler
ChatLink.class,
ClanWarehouse.class,
CrystalCavernsMovie.class,
Ensoul.class,
EventEngine.class,
Freight.class,
ItemAuctionLink.class,