diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2014-07-28 11:41:45 +0100 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2014-07-28 11:41:45 +0100 |
commit | 276e2c4157b02bf7ab4a1ec352a0067cfbfa95fc (patch) | |
tree | 9f58507c096e1eb175b1b00273cfcf31a4b199a6 | |
parent | c2075ce74f26556201acab30d7c82773876ae230 (diff) |
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
-rw-r--r-- | sql/updates/world/2014_07_28_05_world_misc.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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; |