Refactoring Cleanup

This commit is contained in:
hondacrx
2020-02-03 14:42:20 -05:00
parent 2a065d22da
commit 752137af52
37 changed files with 107 additions and 157 deletions
+2 -2
View File
@@ -262,8 +262,8 @@ namespace Game.Chat.Commands
return false;
}
float x, y, z = 0;
uint mapId = 0;
float x, y, z;
uint mapId;
var poiData = Global.ObjectMgr.GetQuestPOIData(questID);
if (poiData != null)