From 7f6c0d3895929e8b7c997c363246faf75c3bbb17 Mon Sep 17 00:00:00 2001 From: ariel- Date: Tue, 19 Jul 2016 12:45:18 -0300 Subject: DB/Creature: update trainer type for Botanist Alaenra, was wrongly set as class trainer. Note: there are 2 other creatures like this: SELECT * FROM creature_template where trainer_type = 0 and (npcflag & 16) != 0 and trainer_class = 0; But one is not spawned (2942) and the other is hostile (14401) --- sql/updates/world/3.3.5/2016_07_19_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_07_19_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_07_19_05_world.sql b/sql/updates/world/3.3.5/2016_07_19_05_world.sql new file mode 100644 index 00000000000..7363465131c --- /dev/null +++ b/sql/updates/world/3.3.5/2016_07_19_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `trainer_type`=2 WHERE `entry`=33639; -- cgit v1.2.3