diff options
-rw-r--r-- | sql/updates/world/3.3.5/2017_12_28_07_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_28_07_world.sql b/sql/updates/world/3.3.5/2017_12_28_07_world.sql new file mode 100644 index 00000000000..d9f92b5b98d --- /dev/null +++ b/sql/updates/world/3.3.5/2017_12_28_07_world.sql @@ -0,0 +1,2 @@ +-- Update spells for Thunder Bluff Kodo +UPDATE `creature_template` SET `spell1`=62544, `spell3`=62960 WHERE `entry`=33322; |