diff options
| author | Shauren <shauren.trinity@gmail.com> | 2021-02-24 23:07:29 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-02-24 23:07:29 +0100 |
| commit | faea676b608e6690f83b47cc5c3faf13ab92bf2f (patch) | |
| tree | 56f90add644faea80de4749fcaa5e4bf0891d911 | |
| parent | 9ff4aea416c86d6d0e083b209514e9e6d9dd258e (diff) | |
DB/playercreateinfo: Remove old hunter initial pet creation spells
Closes #26128
| -rw-r--r-- | sql/updates/world/master/2021_02_24_02_world_delete_outdate_starting_spells.sql | 2 |
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); |
