mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
DB/Creature: Update fields of some creatures
(cherry picked from commit 86ba92090a)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `faction`=64/*, `unit_class`=1*/ WHERE `entry`=8856; -- Tyrion's Spybot
|
||||
UPDATE `creature_template` SET `unit_flags`=33024 WHERE `entry`=15581; -- Elder Grimtotem
|
||||
UPDATE `creature_template` SET `npcflag`=0 WHERE `entry`=14441; -- Hunter Ragetotem
|
||||
UPDATE `creature_template` SET `npcflag`=0 WHERE `entry`=11261; -- Doctor Theolen Krastinov
|
||||
UPDATE `creature_template` SET `npcflag`=0 WHERE `entry`=10505; -- Instructor Malicia
|
||||
UPDATE `creature_template` SET `unit_flags`=32768 WHERE `entry`=37887; -- Kwee Q. Peddlefeet
|
||||
UPDATE `creature_template` SET `unit_flags`=32768 WHERE `entry`=37674; -- Lovely Merchant
|
||||
UPDATE `creature_template` SET `unit_flags`=32768 WHERE `entry`=37675; -- Public Relations Agent
|
||||
UPDATE `creature_template` SET `unit_flags`=33587456 WHERE `entry`=36817; -- [DND] Love Boat Summoner
|
||||
UPDATE `creature_template` SET `unit_flags`=33554432 WHERE `entry`=38288; -- Love Guard Perfume Bunny
|
||||
Reference in New Issue
Block a user