From faea676b608e6690f83b47cc5c3faf13ab92bf2f Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 24 Feb 2021 23:07:29 +0100 Subject: DB/playercreateinfo: Remove old hunter initial pet creation spells Closes #26128 --- .../world/master/2021_02_24_02_world_delete_outdate_starting_spells.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_02_24_02_world_delete_outdate_starting_spells.sql (limited to 'sql/updates') 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); -- cgit v1.2.3