mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
Cleanup Operator padding
This commit is contained in:
parent
9141299127
commit
e32b9953a1
264 changed files with 6715 additions and 6715 deletions
|
|
@ -384,8 +384,8 @@ class ScriptAction
|
|||
Player* GetPlayerTargetOrSourceAndLog(WorldObject* pSource, WorldObject* pTarget);
|
||||
};
|
||||
|
||||
typedef std::multimap<uint32 /*delay*/, ScriptInfo> ScriptMap;
|
||||
typedef std::map<uint32 /*id*/, ScriptMap > ScriptMapMap;
|
||||
typedef std::multimap < uint32 /*delay*/, ScriptInfo > ScriptMap;
|
||||
typedef std::map < uint32 /*id*/, ScriptMap > ScriptMapMap;
|
||||
typedef std::pair<const char*, ScriptMapMap> ScriptMapMapName;
|
||||
|
||||
extern ScriptMapMapName sQuestEndScripts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue