mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
*Mangos [7016] Avoid table areatrigger_teleport double reload at .reload all command. By NeatElves.
--HG-- branch : trunk
This commit is contained in:
@@ -56,7 +56,6 @@
|
||||
//reload commands
|
||||
bool ChatHandler::HandleReloadAllCommand(const char*)
|
||||
{
|
||||
HandleReloadAreaTriggerTeleportCommand("");
|
||||
HandleReloadSkillFishingBaseLevelCommand("");
|
||||
|
||||
HandleReloadAllAreaCommand("");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7015"
|
||||
#define REVISION_NR "7016"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
||||
Reference in New Issue
Block a user