Core/Units: Replace UNIT_DYNFLAG_DEAD with UNIT_FLAG3_FAKE_DEAD
Port From (https://github.com/TrinityCore/TrinityCore/commit/ed93a9706842ff5419279d4b2c473943e6ef2549)
This commit is contained in:
@@ -578,7 +578,7 @@ namespace Framework.Constants
|
||||
TrackUnit = 0x08,
|
||||
Tapped = 0x10, // Lua_UnitIsTapped
|
||||
SpecialInfo = 0x20,
|
||||
Dead = 0x40,
|
||||
Unused = 0x40, // previously UNIT_DYNFLAG_DEAD
|
||||
ReferAFriend = 0x80
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user