mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 13:22:48 +01:00
DB/Player: Remove deprecated spells in playercreateinfo_cast_spell
Closes #21500 by DoctorKraft
This commit is contained in:
2
sql/updates/world/master/2018_04_04_00_world.sql
Normal file
2
sql/updates/world/master/2018_04_04_00_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- remove deprecated spells from new characters
|
||||
DELETE FROM `playercreateinfo_cast_spell` WHERE `spell` IN (2457, 48266);
|
||||
Reference in New Issue
Block a user