DB/Creatures: Fixed InhabitType for Mana Snapper (Netherstorm)

This commit is contained in:
Malcrom
2011-05-24 15:15:27 +02:00
committed by ZxBiohazardZx
parent 5c9e077dc2
commit e373b37ee8
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
-- Fix InhabitType for Mana Snapper (Netherstorm)
UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry`=18883;