Description:
The gobject https://es.wowhead.com/object=185554/the-ravens-claw is used to summon Anzu.
Current behaviour:
You can summon the NPC Anzu as many times as you want.
Expected behaviour:
The gobject should be deactivated once Anzu is summoned.
Steps to reproduce the problem:
Branch: 3.3.5a
TC rev: 0a0312b
OS: Win 8.1
confirmed
This worked for me
UPDATE `gameobject_template` SET data3 = 86400000 WHERE entry = 185554;
I do not know if this could be a good solution to apply here.
The gameobject_template.data* fields are challenging to deal with, because the existing values are (supposedly) sniff values and should only be replaced if you can provide verified sniff with a different value set for the same data field.
Duplicate of #25481
let's do the other way around
https://github.com/TrinityCore/TrinityCore/issues/25481#issuecomment-696021124 has some useful info for a related error log triggered by this issue
can a check be implemented with conditions ?
InstanceScript has support to implement it
495d7d60d310dae210c49099c43a694a14445999