From c4cb2d4e35aacd82470d0ca34e7ac079aa7c8da4 Mon Sep 17 00:00:00 2001 From: ariel- Date: Fri, 2 Sep 2016 01:54:20 -0300 Subject: DB/Creature: Hardened Steel Skycaller Fix correct spell, was 52775 Summon Escort --- sql/updates/world/3.3.5/2016_09_02_01_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2016_09_02_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2016_09_02_01_world.sql b/sql/updates/world/3.3.5/2016_09_02_01_world.sql new file mode 100644 index 00000000000..08571cd4ea4 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_02_01_world.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `action_param1`=52755 WHERE `entryorguid`=28580 AND `source_type`=0 AND `id`=3; -- cgit v1.2.3