From 276e2c4157b02bf7ab4a1ec352a0067cfbfa95fc Mon Sep 17 00:00:00 2001 From: Dr-J Date: Mon, 28 Jul 2014 11:41:45 +0100 Subject: DB/Creature: Fix Lesser Scorching Totem As with other totems this needs spell in spell1 in creature template Fixes the issue with totems used by Bristlelimb shamans not working as in https://github.com/TrinityCore/TrinityCore/commit/cdadcc62a0cda6ff8a56d02a3a96bc575ef0f761 --- sql/updates/world/2014_07_28_05_world_misc.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2014_07_28_05_world_misc.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2014_07_28_05_world_misc.sql b/sql/updates/world/2014_07_28_05_world_misc.sql new file mode 100644 index 00000000000..e81d7cc1810 --- /dev/null +++ b/sql/updates/world/2014_07_28_05_world_misc.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `spell1`=32969 WHERE `entry`=18795; -- cgit v1.2.3