Skip to content

Commit

Permalink
DB/NPC: Mana Beast shouldn't reward XP
Browse files Browse the repository at this point in the history
Closes #1887
  • Loading branch information
Discover- authored and DDuarte committed Apr 1, 2012
1 parent 860c0cb commit f7b1edf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/updates/world/2012_04_01_05_world_creature_template.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- CREATURE_FLAG_EXTRA_NO_XP_AT_KILL
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|64 WHERE `entry`=21267; -- Mana Beast

0 comments on commit f7b1edf

Please sign in to comment.