Core/AI: Kick Gossip functions upstairs, from UnitAI to CreatureAI - they only make sense for Creatures anyway.

Port From (https://github.com/TrinityCore/TrinityCore/commit/0aed5a35efd0305c1c3046430a1b348f2049a1c5)
This commit is contained in:
hondacrx
2021-04-28 10:53:26 -04:00
parent 4f650d6e90
commit cb471274e8
6 changed files with 48 additions and 51 deletions
-2
View File
@@ -387,8 +387,6 @@ namespace Framework.Constants
CovenantCallingQuest = 0x80000,
CovenantCallingRewardCompleteNoPOI = 0x100000,
CovenantCallingRewardCompletePOI = 0x200000,
ScriptedDefault = 0x80000000
}
[Flags]