fix(DB/SAI) "The Earthen Oath" quest kill credit from 2 to 1 (#22667)

Co-authored-by: sudlud <sudlud@users.noreply.github.com>
This commit is contained in:
v-mstrs
2025-09-09 22:47:24 +02:00
committed by GitHub
parent 3a1f43db5c
commit e9c1be4648

View File

@@ -0,0 +1,6 @@
--
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 29978;
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 29984) AND (`source_type` = 0) AND (`id` = 0);
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 29978) AND (`source_type` = 0);