DB/Creature: Fix random inhabittype that was making an Outland world elite permanently rooted.

(cherry picked from commit b7112d0fbe)
This commit is contained in:
treeston
2016-08-31 20:44:52 +02:00
committed by joschiwald
parent 52f400226e
commit ebbcd601b9

View File

@@ -0,0 +1,2 @@
-- fix random inhabittype
UPDATE `creature_template` SET `inhabittype`=`inhabittype`&~8 WHERE `entry`=18679;