aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-28 00:09:37 -0500
committermegamage <none@none>2009-04-28 00:09:37 -0500
commit5d6e314e5c8db77507618631d3470f82c1c7abe2 (patch)
tree98e4f7ce5afd905b26971726341efccd3252baa0
parentb75f3e710211124820c7028df3c07b54a464ab5e (diff)
*Add spells for some pets.
--HG-- branch : trunk
-rw-r--r--sql/updates/2949_world_creature_template.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/2949_world_creature_template.sql b/sql/updates/2949_world_creature_template.sql
new file mode 100644
index 00000000000..00bfea086ce
--- /dev/null
+++ b/sql/updates/2949_world_creature_template.sql
@@ -0,0 +1,10 @@
+INSERT INTO creature_template (entry, spell1, spell2, spell3, spell4) VALUES
+(15352, 36213, 0, 0, 0), # Greater Earth Elemental
+(15438, 57984, 12470, 13376, 0), # Greater Fire Elemental
+(29264, 58861, 58875, 58867, 58857), # Spirit Wolf
+(510, 31707, 33395, 0, 0) # Water Elemental
+ON DUPLICATE KEY UPDATE
+spell1 = VALUES(spell1),
+spell2 = VALUES(spell2),
+spell3 = VALUES(spell3),
+spell4 = VALUES(spell4); \ No newline at end of file