From 7def2c7b2570e28635d5a8034ca1eaf9d78bf714 Mon Sep 17 00:00:00 2001 From: nelegalno Date: Fri, 6 Jan 2012 13:32:33 +0200 Subject: Drowned Guardian & Phylactery Guardian summoned NPC should not give XP fix by tobmaps Closes #1860 --- sql/updates/world/2011_12_30_06_world_misc.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2011_12_30_06_world_misc.sql (limited to 'sql') diff --git a/sql/updates/world/2011_12_30_06_world_misc.sql b/sql/updates/world/2011_12_30_06_world_misc.sql new file mode 100644 index 00000000000..ecd6360b911 --- /dev/null +++ b/sql/updates/world/2011_12_30_06_world_misc.sql @@ -0,0 +1,3 @@ +-- Drowned Guardian & Phylactery Guardian summoned NPC should not give XP fix by tobmaps +-- Closes #1860 +UPDATE `creature_template` SET `flags_extra` = 64 WHERE `entry` IN (26225, 26224); -- cgit v1.2.3