fix(DB/Quest): Fixed getting kill credit for quest "A Delicate Touch" (#12272)

Fixes #12210
This commit is contained in:
UltraNix 2022-07-02 19:51:00 +02:00 committed by GitHub
parent 8aa74a23b3
commit 5282ef7ff8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|0x00200000 WHERE `entry` IN (29618,29619);
UPDATE `smart_scripts` SET `target_type`=23 WHERE `entryorguid`=29475 AND `source_type`=0 AND `id` IN (2,3);