diff options
-rw-r--r-- | sql/updates/world/3.3.5/2019_03_03_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_03_03_02_world.sql b/sql/updates/world/3.3.5/2019_03_03_02_world.sql new file mode 100644 index 00000000000..92234f7d658 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_03_03_02_world.sql @@ -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; |