From 2452fb977b246629d50669cb646844b5e3b13cdd Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sun, 25 Sep 2016 19:17:00 +0200 Subject: DB/SAI: fix db errors introduced in 31e495f. --- sql/updates/world/3.3.5/2016_09_25_04_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_09_25_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_09_25_04_world.sql b/sql/updates/world/3.3.5/2016_09_25_04_world.sql new file mode 100644 index 00000000000..b38d749af4c --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_25_04_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `action_type`=11, `action_param1`=42686, `action_param2`=2, `comment`="Dead Caravan Guard - On Spellhit 'Ragefist's Torch' - Cast spell 'Summon Fire'" WHERE `entryorguid`=25342 AND `id`=3; +UPDATE `smart_scripts` SET `action_type`=11, `action_param1`=42686, `action_param2`=2, `comment`="Dead Caravan Worker - On Spellhit 'Ragefist's Torch' - Cast spell 'Summon Fire'" WHERE `entryorguid`=25343 AND `id`=3; -- cgit v1.2.3