mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Quest 5441 - Fix peon behaviour
Peons will chop at the trees, not their piles, and will sleep at their spawns. It is no longer possible to hit awake peons. Peons are now playing sounds as they should & using the correct classic text. Meant to go together with https://github.com/cmangos/classic-db/pull/18 Signed-off-by: Cala <calaftp@free.fr>
This commit is contained in:
parent
de220ae922
commit
272157e47f
3 changed files with 163 additions and 55 deletions
|
|
@ -1384,8 +1384,8 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-1000793,'We shall earn our deaths at the very least!',0,0,0,0,'volcor SAY_AGGRO_2'),
|
||||
(-1000794,'Don\'t give up! Fight, to the death!',0,0,0,0,'volcor SAY_AGGRO_3'),
|
||||
|
||||
(-1000795,'OK boss, I get back to tree hitting.',0,0,0,0,'lazy peon SAY_AWAKE_1'),
|
||||
(-1000796,'Sleepy... so sleepy...',0,0,0,0,'lazy peon SAY_AWAKE_2'),
|
||||
(-1000795,'Ow! Ok, I\'ll get back to work, $N!',0,0,1,0,'Lazy Peon SAY_PEON_AWOKEN'),
|
||||
(-1000796,'REUSE_ME',0,0,0,0,'REUSE_ME'),
|
||||
|
||||
(-1000797,'%s squawks and heads toward Veil Shalas. Hurry and follow!',0,2,0,0,'skywing SAY_SKYWING_START'),
|
||||
(-1000798,'%s pauses briefly before the tree and then heads inside.',0,2,0,0,'skywing SAY_SKYWING_TREE_DOWN'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue