mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 16:37:06 +00:00
[10909] Code style cleanups in scripting related functions
This commit is contained in:
parent
a84d67a389
commit
a1e0111638
5 changed files with 89 additions and 82 deletions
|
|
@ -336,7 +336,7 @@ class MANGOS_DLL_SPEC InstanceMap : public Map
|
|||
void Update(const uint32&);
|
||||
void CreateInstanceData(bool load);
|
||||
bool Reset(InstanceResetMethod method);
|
||||
uint32 GetScriptId() { return i_script_id; }
|
||||
uint32 GetScriptId() const { return i_script_id; }
|
||||
InstanceData* GetInstanceData() { return i_data; }
|
||||
void PermBindAllPlayers(Player *player);
|
||||
void UnloadAll(bool pForce);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue