fix(DB/Quest): deeprun rat roundup (#19573)

added deeprun rat roundup fix for smartscripts
This commit is contained in:
Blackbird102
2024-08-22 19:29:24 +02:00
committed by GitHub
parent e7580edfb4
commit 497d1ac0cb

View File

@@ -0,0 +1,5 @@
-- Set RequiredNpcOrGo1 of quest 6661 Deeprun Rat Roundup to 13017
UPDATE `quest_template` SET `RequiredNpcOrGo1`=13017 WHERE `ID`=6661;
-- Set quest credit to unit 13017 in 'Deeprun Rat - On Spellhit - Quest Credit'
UPDATE `smart_scripts` SET `action_param1`=13017 WHERE `entryorguid`=13016 AND `source_type`=0 AND `id`=2 AND `link`=3;