mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
fix(Core/SmartScripts):SMART_TARGET_CREATURE/GAMEOBJECT_GUID (#6298)
This commit is contained in:
@@ -1367,7 +1367,6 @@ struct SmartTarget
|
||||
{
|
||||
uint32 dbGuid;
|
||||
uint32 entry;
|
||||
uint32 getFromHashMap; // Does not work in instances
|
||||
} unitGUID;
|
||||
|
||||
struct
|
||||
@@ -1412,7 +1411,6 @@ struct SmartTarget
|
||||
{
|
||||
uint32 dbGuid;
|
||||
uint32 entry;
|
||||
uint32 getFromHashMap; // Does not work in instances
|
||||
} goGUID;
|
||||
|
||||
struct
|
||||
|
||||
Reference in New Issue
Block a user