mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 04:12:40 +01:00
DB/Quest: Improvements for Valduran the Stormborn
This commit is contained in:
4
sql/updates/world/3.3.5/2019_03_03_02_world.sql
Normal file
4
sql/updates/world/3.3.5/2019_03_03_02_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `action_param1`=0, `target_type`=19, `target_param1`=29368 WHERE `entryorguid` IN (29801,30152) AND `source_type`=0 AND `action_type`=66;
|
||||
UPDATE `smart_scripts` SET `action_param1`=1 WHERE `entryorguid` IN (29801,30152) AND `source_type`=0 AND `action_type`=53;
|
||||
UPDATE `smart_scripts` SET `action_param1`=10000 WHERE `entryorguid` IN (29801,30152) AND `source_type`=0 AND `action_type`=41;
|
||||
Reference in New Issue
Block a user