diff options
author | ariel- <ariel-@users.noreply.github.com> | 2017-04-03 04:18:42 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2017-04-03 04:18:42 -0300 |
commit | 76a7e1e33a7bbe950ff18ec9eb16bcd1e4fdfba1 (patch) | |
tree | dcca2a4ed539c37ccfbf7ae04309507fdc0d2c20 | |
parent | 1ca8434b365687dbd12ca232a615d126234eba5e (diff) |
DB/Spells: remove some wrong spells from trainer tables
Refs #19394
-rw-r--r-- | sql/updates/world/3.3.5/2017_04_02_02_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_04_02_02_world_335.sql b/sql/updates/world/3.3.5/2017_04_02_02_world_335.sql new file mode 100644 index 00000000000..6a70842fd9c --- /dev/null +++ b/sql/updates/world/3.3.5/2017_04_02_02_world_335.sql @@ -0,0 +1 @@ +DELETE FROM `npc_trainer` WHERE `SpellID` IN (1785, 1786, 1787, 6783, 8649, 8650, 9913, 11197, 11198, 26866, 48669, 49913, 49914, 49915, 49916, 51426, 51427, 51428, 51429, 53720); |