diff options
author | Aokromes <jipr@hotmail.com> | 2014-01-27 05:56:54 +0100 |
---|---|---|
committer | Aokromes <jipr@hotmail.com> | 2014-01-27 05:56:54 +0100 |
commit | c38b9743ae09c0b71963d50a1823861af15e7546 (patch) | |
tree | 9720683f57e2fa51ae0fcf344f3cc7abca465bc7 | |
parent | c536207c674ce1f143d5136c44830b1444d37f32 (diff) |
DB/Creature: Fix Shaman Elementals
By Vincent-Michael, closes #11261
-rw-r--r-- | sql/updates/world/2014_01_27_02_creature_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_27_02_creature_template.sql b/sql/updates/world/2014_01_27_02_creature_template.sql new file mode 100644 index 00000000000..3f8a5288f38 --- /dev/null +++ b/sql/updates/world/2014_01_27_02_creature_template.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `spell1`=32982 WHERE `entry`=15439; +UPDATE `creature_template` SET `spell1`=33663 WHERE `entry`=15430; |