Core Hook - Remove temporary fix and document possible null in hook (#805)
* Remove workaround
Partially revert temporary crash fix a36e94a49a
* Update ScriptMgr.h
This commit is contained in:
parent
b2870298c1
commit
a3d3042049
2 changed files with 1 additions and 2 deletions
|
|
@ -76,8 +76,6 @@ Object::Object() : m_PackGUID(sizeof(uint64)+1)
|
|||
m_inWorld = false;
|
||||
m_objectUpdated = false;
|
||||
|
||||
CustomData.Set("base",new DataMap::Base); // avoid crash when access not initialized CustomData
|
||||
|
||||
m_PackGUID.appendPackGUID(0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue