mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Add missing emote for Anubisath Sentinels
* Add missing emote on Anubisath Sentinel death when sharing powers with the other ones.
This commit is contained in:
parent
b5031aa58a
commit
07e81a2cb6
2 changed files with 5 additions and 1 deletions
|
|
@ -2306,7 +2306,9 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-1531043,'%s is frozen solid!',0,2,0,0,'viscidus EMOTE_FROZEN'),
|
||||
(-1531044,'%s begins to crack!',0,2,0,0,'viscidus EMOTE_CRACK'),
|
||||
(-1531045,'%s looks ready to shatter!',0,2,0,0,'viscidus EMOTE_SHATTER'),
|
||||
(-1531046,'%s explodes!',0,2,0,0,'viscidus EMOTE_EXPLODE');
|
||||
(-1531046,'%s explodes!',0,2,0,0,'viscidus EMOTE_EXPLODE'),
|
||||
|
||||
(-1531047,'%s shares his powers with his brethen.',0,2,0,0,'anubisath sentinelle EMOTE_SHARE');
|
||||
|
||||
-- -1 533 000 NAXXRAMAS
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue