mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
fix(DB/Creature): Coilskar defender (#1743)
* fix(DB/Creature): Coilskar defender
* Removed unit_flags UNIT_FLAG_NOT_SELECTABLE ( Can't be selected by mouse or with /target {name} command.)
* Updated unit_flags to 'Only Swim'
* Removed extra flags CREATURE_FLAG_EXTRA_CIVILIAN ( creature does not aggro - ignore faction/reputation hostility)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1555929516205604900');
|
||||
|
||||
-- Coilskar defender updated flag to Only Swim and remove extra flag
|
||||
UPDATE `creature_template` SET `unit_flags`=32768, `flags_extra`=0 WHERE `entry`=19762;
|
||||
Reference in New Issue
Block a user