diff options
author | nelegalno <nelegalno@yopmail.com> | 2012-01-06 13:32:33 +0200 |
---|---|---|
committer | nelegalno <nelegalno@yopmail.com> | 2012-01-06 13:32:33 +0200 |
commit | 7def2c7b2570e28635d5a8034ca1eaf9d78bf714 (patch) | |
tree | 08012364629407851f968c1b5b0361d294a227db | |
parent | c4577db641cef90cab19a3f4ea6936a96590436d (diff) |
Drowned Guardian & Phylactery Guardian summoned NPC should not give XP fix by tobmaps
Closes #1860
-rw-r--r-- | sql/updates/world/2011_12_30_06_world_misc.sql | 3 |
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); |