diff --git a/src/game/ScriptMgr.h b/src/game/ScriptMgr.h index 807f833b1..4f73b96d1 100644 --- a/src/game/ScriptMgr.h +++ b/src/game/ScriptMgr.h @@ -352,8 +352,8 @@ struct ScriptAction ScriptInfo const* script; // pointer to static script data }; -typedef std::multimap ScriptMap; -typedef std::map ScriptMapMap; +typedef std::multimap ScriptMap; +typedef std::map ScriptMapMap; extern ScriptMapMap sQuestEndScripts; extern ScriptMapMap sQuestStartScripts; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 06e209f07..7ffdc3195 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11853" + #define REVISION_NR "11854" #endif // __REVISION_NR_H__