Skip to content

Commit

Permalink
DB/Misc:Missing Emotes
Browse files Browse the repository at this point in the history
Add missing emotes for Image of Loken and High Abbot Landgren for quest scripts,
  • Loading branch information
dr-j committed Aug 19, 2014
1 parent d15bbc6 commit 803d0c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sql/updates/world/2014_08_19_00_world_misc.sql
@@ -0,0 +1,9 @@
UPDATE `creature_text` SET `emote`=51 WHERE `entry`=27212;
UPDATE `creature_text` SET `emote`=1 WHERE `entry`=27439 AND `groupid`=0 AND `id`=0;
UPDATE `creature_text` SET `emote`=6 WHERE `entry`=27439 AND `groupid`=1 AND `id`=0;
UPDATE `creature_text` SET `emote`=1 WHERE `entry`=27439 AND `groupid`=2 AND `id`=0;
UPDATE `creature_text` SET `emote`=25 WHERE `entry`=27439 AND `groupid`=3 AND `id`=0;
UPDATE `creature_text` SET `emote`=274 WHERE `entry`=27439 AND `groupid`=4 AND `id`=0;
UPDATE `creature_text` SET `sound`=2943 WHERE `entry`=27439 AND `groupid`=5 AND `id`=0;

UPDATE `smart_scripts` SET `event_param1`=30 WHERE `entryorguid`=17831 AND `source_type`=0 AND `id`=4 AND `link`=5;

0 comments on commit 803d0c3

Please sign in to comment.