diff options
author | Shauren <shauren.trinity@gmail.com> | 2011-11-23 19:17:33 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2011-11-23 19:17:33 +0100 |
commit | 358b33239aea4e7b5b81f829e0b0079e3ab03830 (patch) | |
tree | 1d18bf9c3269a826dc82dc2542a050068aa3ac88 /src/server/game/Instances/InstanceScript.cpp | |
parent | f091360940322c5b674c93e80b59af66881f9953 (diff) |
Core: Fixed remaining C6246: Local declaration of 'x' hides declaration of the same name in outer scope. from previous commit
Diffstat (limited to 'src/server/game/Instances/InstanceScript.cpp')
-rwxr-xr-x | src/server/game/Instances/InstanceScript.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/game/Instances/InstanceScript.cpp b/src/server/game/Instances/InstanceScript.cpp index f0e21f7f709..b8987be9adb 100755 --- a/src/server/game/Instances/InstanceScript.cpp +++ b/src/server/game/Instances/InstanceScript.cpp @@ -305,7 +305,6 @@ void InstanceScript::DoUpdateWorldState(uint32 uiStateId, uint32 uiStateData) void InstanceScript::DoSendNotifyToInstance(const char *format, ...) { InstanceMap::PlayerList const &PlayerList = instance->GetPlayers(); - InstanceMap::PlayerList::const_iterator i; if (!PlayerList.isEmpty()) { |