Code improvements.

This commit is contained in:
MobiusDev
2016-04-24 16:30:15 +00:00
parent 8bd51aba1c
commit 2dd14bef9b
860 changed files with 8865 additions and 17041 deletions

View File

@ -50,5 +50,4 @@ public class OnCreatureZoneEnter implements IBaseEvent
{
return EventType.ON_CREATURE_ZONE_ENTER;
}
}

View File

@ -50,5 +50,4 @@ public class OnCreatureZoneExit implements IBaseEvent
{
return EventType.ON_CREATURE_ZONE_EXIT;
}
}

View File

@ -63,5 +63,4 @@ public class OnPlayerDlgAnswer implements IBaseEvent
{
return EventType.ON_PLAYER_DLG_ANSWER;
}
}

View File

@ -56,5 +56,4 @@ public class OnPlayerRaidPointsChanged implements IBaseEvent
{
return EventType.ON_PLAYER_RAID_POINTS_CHANGED;
}
}

View File

@ -58,5 +58,4 @@ public class OnTrapAction implements IBaseEvent
{
return EventType.ON_TRAP_ACTION;
}
}

View File

@ -57,5 +57,4 @@ public class OnItemBypassEvent implements IBaseEvent
{
return EventType.ON_ITEM_BYPASS_EVENT;
}
}

View File

@ -50,5 +50,4 @@ public class OnItemTalk implements IBaseEvent
{
return EventType.ON_ITEM_TALK;
}
}