aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorDiscover- <amort11@hotmail.com>2012-01-06 04:10:19 -0800
committerDiscover- <amort11@hotmail.com>2012-01-06 04:10:19 -0800
commit2625de44da994c420eb85ff306f07395b39c5abc (patch)
tree299e1e58e6b876fa459dd734fcbeb47055c1c7d0 /sql
parent43f1715c96632f45e421886c099347a36bbceeb7 (diff)
parent7def2c7b2570e28635d5a8034ca1eaf9d78bf714 (diff)
Merge pull request #4664 from nelegalno/last_attempt_06
Drowned Guardian & Phylactery Guardian summoned NPC should not give XP
Diffstat (limited to 'sql')
-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);