diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-08-25 10:25:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-25 10:25:00 +0200 |
commit | 29f1f9573a9f06b2ec73b1c7876710491df3f977 (patch) | |
tree | 44318407c286bd907ee7ea519d84d0fc68a5e953 | |
parent | 738e3cf0020c16d85e7fdeca55128e71ba3d2aed (diff) |
DB/Spell: add invisibility effect for Alpha Worg: Garwal's Invisibility
Creature is only visible if player has aura Eyes of the Eagle (43060) active
-rw-r--r-- | sql/updates/world/3.3.5/2016_08_25_07_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_08_25_07_world.sql b/sql/updates/world/3.3.5/2016_08_25_07_world.sql new file mode 100644 index 00000000000..2b17525560d --- /dev/null +++ b/sql/updates/world/3.3.5/2016_08_25_07_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_dbc` SET `Effect1`=6, `EffectApplyAuraName1`=18, `EffectMiscValue1`=8 WHERE `Id`=43062; |