Drowned Guardian & Phylactery Guardian summoned NPC should not give XP fix by tobmaps

Closes #1860
This commit is contained in:
nelegalno
2012-01-06 13:32:33 +02:00
parent c4577db641
commit 7def2c7b25

View File

@@ -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);