mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[11854] Comment structure of script storage
This commit is contained in:
parent
601805b57e
commit
fb64df10bd
2 changed files with 3 additions and 3 deletions
|
|
@ -352,8 +352,8 @@ struct ScriptAction
|
|||
ScriptInfo const* script; // pointer to static script data
|
||||
};
|
||||
|
||||
typedef std::multimap<uint32, ScriptInfo> ScriptMap;
|
||||
typedef std::map<uint32, ScriptMap > ScriptMapMap;
|
||||
typedef std::multimap<uint32 /*delay*/, ScriptInfo> ScriptMap;
|
||||
typedef std::map<uint32 /*id*/, ScriptMap > ScriptMapMap;
|
||||
|
||||
extern ScriptMapMap sQuestEndScripts;
|
||||
extern ScriptMapMap sQuestStartScripts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue