aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2021_02_24_02_world_delete_outdate_starting_spells.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_24_02_world_delete_outdate_starting_spells.sql b/sql/updates/world/master/2021_02_24_02_world_delete_outdate_starting_spells.sql
new file mode 100644
index 00000000000..6e590b831b8
--- /dev/null
+++ b/sql/updates/world/master/2021_02_24_02_world_delete_outdate_starting_spells.sql
@@ -0,0 +1,2 @@
+-- Delete initial Hunter Pet creation spells
+DELETE FROM `playercreateinfo_cast_spell` WHERE `spell` IN (79597,79598,79593,79602,79600,79603,79599,79595,79594,79601,79596,153724);