mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Correct CLUCK emotes
https://www.youtube.com/watch?v=Pn2qPJWBCdw (2:25) We see a horde here get the same emote as an alliance, and also we see that the emote being done on /cheer is the unused one in the scriptdev sql while the one that is currently used on /cheer there seems to be no evidence of anywhere. https://www.youtube.com/watch?v=az8BNDNqzc4 (3:20)
This commit is contained in:
parent
f701866b56
commit
2dca364e20
2 changed files with 6 additions and 7 deletions
|
|
@ -799,10 +799,10 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-1000202,'HOORAY! I AM SAVED!',0,0,0,0,'injured_patient SAY_DOC2'),
|
||||
(-1000203,'Sweet, sweet embrace... take me...',0,0,0,0,'injured_patient SAY_DOC3'),
|
||||
|
||||
(-1000204,'%s looks up at you quizzically. Maybe you should inspect it?',0,2,0,0,'cluck EMOTE_A_HELLO'),
|
||||
(-1000205,'%s looks at you unexpectedly.',0,2,0,0,'cluck EMOTE_H_HELLO'),
|
||||
(-1000206,'%s starts pecking at the feed.',0,2,0,0,'cluck EMOTE_CLUCK_TEXT2'),
|
||||
(-1000204,'%s looks up at you quizzically. Maybe you should inspect it?',0,2,0,0,'cluck EMOTE_CLUCK_TEXT1'),
|
||||
(-1000205,'%s looks at you unexpectedly.',0,2,0,0,'cluck EMOTE_CLUCK_TEXT2'),
|
||||
|
||||
(-1000206,'REUSE ME',0,0,0,0,'REUSE ME'),
|
||||
(-1000207,'REUSE ME',0,0,0,0,'REUSE ME'),
|
||||
|
||||
(-1000208,'Frenzyheart kill you if you come back. You no welcome here no more!',0,0,0,0,'vekjik SAY_TEXTID_VEKJIK1'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue