fix(Core): GUID of GameObject (#6001)
This commit is contained in:
parent
b4abe644a6
commit
8ac74e475f
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ public:
|
|||
|
||||
// fill the gameobject data and save to the db
|
||||
object->SaveToDB(map->GetId(), (1 << map->GetSpawnMode()), player->GetPhaseMaskForSpawn());
|
||||
guidLow = object->GetSpawnId();
|
||||
// delete the old object and do a clean load from DB with a fresh new GameObject instance.
|
||||
// this is required to avoid weird behavior and memory leaks
|
||||
delete object;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue