aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-07-31 19:53:02 +0200
committerShauren <shauren.trinity@gmail.com>2017-07-31 19:53:02 +0200
commitfac8ccf7e0981d3ea376aeff30788d2e53fca92f (patch)
treec1c88d196f01530423e028b9de45ace4b68f65fe /sql
parente7c22cbfb5bb233a160f964237250549e81c447e (diff)
Core/Creatures: Trainer followup
* Drop unused columns * Send proper spellid in packets for profession ranks * Added missing rank check
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_07_31_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_07_31_00_world.sql b/sql/updates/world/master/2017_07_31_00_world.sql
new file mode 100644
index 00000000000..20175915156
--- /dev/null
+++ b/sql/updates/world/master/2017_07_31_00_world.sql
@@ -0,0 +1,3 @@
+ALTER TABLE `creature_template`
+ DROP `trainer_type`,
+ DROP `trainer_race`;