[7016] Avoid table areatrigger_teleport double reload at .reload all command.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
NeatElves 2009-01-03 19:52:59 +03:00 committed by VladimirMangos
parent f4c728ea2d
commit f33b4098dc
2 changed files with 1 additions and 2 deletions

View file

@ -54,7 +54,6 @@
//reload commands
bool ChatHandler::HandleReloadAllCommand(const char*)
{
HandleReloadAreaTriggerTeleportCommand("");
HandleReloadSkillFishingBaseLevelCommand("");
HandleReloadAllAreaCommand("");

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7015"
#define REVISION_NR "7016"
#endif // __REVISION_NR_H__