Core/Vmap: Fix loading error.

DB/Misc: Fixes
This commit is contained in:
hondacrx
2018-04-14 16:46:44 -04:00
parent acc4967871
commit bcc61c3ab9
4 changed files with 8297 additions and 1 deletions
@@ -104,7 +104,7 @@ namespace Game.Collision
T obj = objects[idx];
if (obj != null)
_callback.Invoke(p, Convert.ToUInt32(obj));
_callback.Invoke(p, obj);
}
}
}