mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
DB/Creature: Fix random inhabittype that was making an Outland world elite permanently rooted.
(cherry picked from commit b7112d0fbe)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- fix random inhabittype
|
||||
UPDATE `creature_template` SET `inhabittype`=`inhabittype`&~8 WHERE `entry`=18679;
|
||||
Reference in New Issue
Block a user