diff options
author | Discover- <amort11@hotmail.com> | 2012-01-06 21:02:18 +0100 |
---|---|---|
committer | Discover- <amort11@hotmail.com> | 2012-01-06 21:02:18 +0100 |
commit | a7332bf67209a17ec3ab9da9277d0b48930398ed (patch) | |
tree | b483e4edf87bd352bd52278199e1b2ba7a983bfe | |
parent | b3ff576e172215c96a88025e3d711ed88de0f141 (diff) |
DB/Quests: Give Sai'kkal his invisibility aura so the quest will work blizzlike.
-rw-r--r-- | sql/updates/world/2012_01_06_00_world_creature_template_addon.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_06_00_world_creature_template_addon.sql b/sql/updates/world/2012_01_06_00_world_creature_template_addon.sql new file mode 100644 index 00000000000..0ebc498ac03 --- /dev/null +++ b/sql/updates/world/2012_01_06_00_world_creature_template_addon.sql @@ -0,0 +1,4 @@ +-- Give Sai'kkal Invisibility aura to Sai'kkal +DELETE FROM `creature_template_addon` WHERE `entry`=22932; +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(22932,0,0,0,0,'39680'); |