fix(Scripts/TempleOfAhnQiraj): Anubisath Sentinels should emote af… (#13797)
fix(Scripts/Temmple of AhnQiraj): Anubisath Sentinels should emote after sharing buffs. Fixes #13544
This commit is contained in:
parent
2e1b9d6f75
commit
fbc78d5ffa
2 changed files with 13 additions and 1 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=15264 AND `groupid`=1;
|
||||
INSERT INTO `creature_text` VALUES
|
||||
(15264,1,0,'%s shares his powers with his brethren.',16,0,100,0,0,0,11692,0,'Anubisath Sentinel Emote');
|
||||
Loading…
Add table
Add a link
Reference in a new issue