aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2011_12_30_06_world_misc.sql3
1 files changed, 3 insertions, 0 deletions
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);