Misc fixes

This commit is contained in:
hondacrx
2021-03-04 12:00:58 -05:00
parent 2949a2514c
commit 0fdab8635d
8 changed files with 8 additions and 9 deletions
-1
View File
@@ -420,7 +420,6 @@ namespace Game
short event_id = result.Read<byte>(1);
int internal_event_id = mGameEvent.Length + event_id - 1;
GameObjectData data = Global.ObjectMgr.GetGameObjectData(guid);
if (data == null)
{