diff options
author | zori <zajast@o2.pl> | 2017-07-22 15:49:52 +0200 |
---|---|---|
committer | Treeston <treeston.mmoc@gmail.com> | 2017-07-22 15:49:52 +0200 |
commit | 289c546f17f059ad97f040f1e444406aa969f05a (patch) | |
tree | 9e96cef715799eaf1405fee24caf47bf14141904 | |
parent | 080db6c99c531bf2cdc38a9c3e84ae08c12a90da (diff) |
Core/Instances: Fix typo from commit 358b33239aea4e7b5b81f829e0b0079e3ab03830 (#20068)
-rw-r--r-- | src/server/game/Instances/InstanceSaveMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Instances/InstanceSaveMgr.cpp b/src/server/game/Instances/InstanceSaveMgr.cpp index 10a06d400c0..8290a325871 100644 --- a/src/server/game/Instances/InstanceSaveMgr.cpp +++ b/src/server/game/Instances/InstanceSaveMgr.cpp @@ -373,7 +373,7 @@ void InstanceSaveManager::LoadResetTimes() itr->second.second = resettime; } } - while (result->NextRow()); + while (result2->NextRow()); } // schedule the reset times |