diff options
author | Shauren <shauren.trinity@gmail.com> | 2012-01-12 22:33:11 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2012-01-12 22:33:11 +0100 |
commit | e9b243991e365b9a45f7c69666f29eb1f113177c (patch) | |
tree | 850c0371681c38cc26e7afca2848583e68ace3e6 | |
parent | 84c7eb5643c0290b3702e7f0687270e047b40529 (diff) |
Compile fix
-rwxr-xr-x | src/server/game/Instances/InstanceScript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Instances/InstanceScript.cpp b/src/server/game/Instances/InstanceScript.cpp index 76a812bffcb..90fb8ffb9f0 100755 --- a/src/server/game/Instances/InstanceScript.cpp +++ b/src/server/game/Instances/InstanceScript.cpp @@ -302,7 +302,7 @@ void InstanceScript::DoUpdateWorldState(uint32 uiStateId, uint32 uiStateData) } // Send Notify to all players in instance -void InstanceScript::DoSendNotifyToInstance(char* const format, ...) +void InstanceScript::DoSendNotifyToInstance(char const* format, ...) { InstanceMap::PlayerList const& players = instance->GetPlayers(); |