From d06d90ed5e58c749216d3e20dcb20d5aff24ed56 Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Sat, 5 Feb 2011 14:00:12 +0100 Subject: DB/Creatures: Remove trainer_type for units that are not a trainer. Fixes #228 --- sql/updates/world/2011_02_05_2_world_creature_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2011_02_05_2_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/2011_02_05_2_world_creature_template.sql b/sql/updates/world/2011_02_05_2_world_creature_template.sql new file mode 100644 index 00000000000..d193a81eb79 --- /dev/null +++ b/sql/updates/world/2011_02_05_2_world_creature_template.sql @@ -0,0 +1,2 @@ +-- Update Trainertype where unit is NOT a trainer: +UPDATE `creature_template` SET `trainer_type`=0 WHERE entry IN (1300,1703,2855,2870,5749,5750,5753,5815,6027,6328,6373,6374,6376,6382,11048,11050,11051,15494,12776,16639,16649,16703,16727,16746,23535); -- cgit v1.2.3