mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[7016] Avoid table areatrigger_teleport double reload at .reload all command.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
f4c728ea2d
commit
f33b4098dc
2 changed files with 1 additions and 2 deletions
|
|
@ -54,7 +54,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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue