mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Drowned Guardian & Phylactery Guardian summoned NPC should not give XP fix by tobmaps
Closes #1860
This commit is contained in:
3
sql/updates/world/2011_12_30_06_world_misc.sql
Normal file
3
sql/updates/world/2011_12_30_06_world_misc.sql
Normal 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);
|
||||
Reference in New Issue
Block a user