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.
This commit is contained in:
parent
b9a62d3274
commit
90abbcd5d8
1 changed files with 6 additions and 0 deletions
6
data/sql/updates/2016_08_14_00.sql
Normal file
6
data/sql/updates/2016_08_14_00.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue