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:
Poszer
2019-04-27 10:20:29 +02:00
committed by GitHub
parent 26eb2baa2c
commit 0af062a364

View File

@@ -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;