From 77d0e3257c330d8ad0f9404d0be50e8524efd0cd Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 25 Jun 2016 00:54:40 +0200 Subject: DB/Creature: Fix training targets granting experience Closes #17450 by Anddrw --- sql/updates/world/6.x/2016_06_25_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/6.x/2016_06_25_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/6.x/2016_06_25_00_world.sql b/sql/updates/world/6.x/2016_06_25_00_world.sql new file mode 100644 index 00000000000..b82331b7a19 --- /dev/null +++ b/sql/updates/world/6.x/2016_06_25_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra`=64 WHERE `entry` IN(53714, 57873, 58168, 60162, 60931, 65069); -- cgit v1.2.3