DB/Player: Remove deprecated spells in playercreateinfo_cast_spell

Closes #21500 by DoctorKraft
This commit is contained in:
Aokromes
2018-04-04 01:57:54 +02:00
committed by GitHub
parent d4b233f83b
commit bb0f9f6c9a

View File

@@ -0,0 +1,2 @@
-- remove deprecated spells from new characters
DELETE FROM `playercreateinfo_cast_spell` WHERE `spell` IN (2457, 48266);