diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2018-04-04 01:57:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-04 01:57:54 +0200 |
commit | bb0f9f6c9a12a65582cb10a9e0100ac10ca5ebdb (patch) | |
tree | 520f738c267f00b82bfe1fb44525f27f02ee9962 | |
parent | d4b233f83be69d7b955d902740f9faf47cfd2c2e (diff) |
DB/Player: Remove deprecated spells in playercreateinfo_cast_spell
Closes #21500 by DoctorKraft
-rw-r--r-- | sql/updates/world/master/2018_04_04_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_04_04_00_world.sql b/sql/updates/world/master/2018_04_04_00_world.sql new file mode 100644 index 00000000000..f20f653188a --- /dev/null +++ b/sql/updates/world/master/2018_04_04_00_world.sql @@ -0,0 +1,2 @@ +-- remove deprecated spells from new characters +DELETE FROM `playercreateinfo_cast_spell` WHERE `spell` IN (2457, 48266); |