mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Fix gossip for creature 6669
Close scriptdev2/scriptdev2#183 Thanks to @Grz3s (backported from 93e83ad) Signed-off-by: Cala <calaftp@free.fr> (backported from 16cecf9) Signed-off-by: Cala <calaftp@free.fr>
This commit is contained in:
parent
27e32409c2
commit
4cf62179f2
2 changed files with 14 additions and 6 deletions
|
|
@ -2365,7 +2365,8 @@ INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
|||
(-3000107,'I am ready, as are my forces. Let us end this masquerade!','reginald windsor GOSSIP_ITEM_START'),
|
||||
(-3000108,'I need a moment of your time, sir.','prospector anvilward GOSSIP_ITEM_MOMENT'),
|
||||
(-3000109,'I am ready, Oronok. Let us destroy Cyrukh and free the elements!','oronok torn-heart GOSSIP_ITEM_FIGHT'),
|
||||
(-3000110,'Why... yes, of course. I\'ve something to show you right inside this building, Mr. Anvilward.','prospector anvilward GOSSIP_ITEM_SHOW');
|
||||
(-3000110,'Why... yes, of course. I\'ve something to show you right inside this building, Mr. Anvilward.','prospector anvilward GOSSIP_ITEM_SHOW'),
|
||||
(-3000111,'Turn the key to start the machine.','threshwackonator GOSSIP_ITEM_TURN_KEY');
|
||||
|
||||
-- -3 033 000 SHADOWFANG KEEP
|
||||
INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue