diff options
author | ariel- <ariel-@users.noreply.github.com> | 2018-01-23 23:20:09 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-23 23:20:09 -0300 |
commit | b2732d98efc360e4f2965debc585afd7c94a26c6 (patch) | |
tree | 93719cbf67170c6e962ed0723dfe70a48a217286 | |
parent | aef5f8ee6dc998780ca3006b3dd3c66dd0dc6d59 (diff) |
DB/Spell: remove hacky, ancient serverside spell
Added in a687c867e9127f816c6ffde36000f6e2474f80e7, back when proc cooldown handling was way different
-rw-r--r-- | sql/updates/world/3.3.5/2018_01_24_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_24_00_world.sql b/sql/updates/world/3.3.5/2018_01_24_00_world.sql new file mode 100644 index 00000000000..8c564d2d91b --- /dev/null +++ b/sql/updates/world/3.3.5/2018_01_24_00_world.sql @@ -0,0 +1 @@ +DELETE FROM `spell_dbc` WHERE `Id`=100000; |