EverWrath/data/sql/updates/2016_08_14_00.sql
Rival 90abbcd5d8 Core/Custom: Fix Dream Vision & Eye of Kilrogg aggro and visibility. (#85)
* Core/Custom: Fix Dream Vision & Eye of Kilrogg aggro and visibility.

* Fix tabs.

Thanks @ShinDarth.
2016-08-14 14:58:21 +02:00

6 lines
306 B
SQL

ALTER TABLE world_db_version CHANGE COLUMN 2016_08_10_01 2016_08_14_00 bit;
-- Dream Vision make it trigger
UPDATE `creature_template` SET `flags_extra`='128' WHERE (`entry`='7863');
-- Eye of Kilrogg (Summon) apply stealth aura
UPDATE `creature_template_addon` SET `auras`='2585' WHERE (`entry`='4277');