Skip to content

Commit

Permalink
Update [5226]
Browse files Browse the repository at this point in the history
added:
- Krugosh 18747
- Moorutu 18755

*Note* Req client cache cleared
  • Loading branch information
Grz3s committed Jan 7, 2024
1 parent dd6420b commit e27e6dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Updates/5226_GOSSIP_FIXES.sql
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ INSERT INTO npc_text_broadcast_text(Id,Prob0,BroadcastTextId0) VALUES
(7778,1,10753);
DELETE FROM npc_text WHERE id=7778;

-- Krugosh 18747
UPDATE creature_template SET GossipMenuId = 7690, CreatureTypeFlags = 134217728 WHERE entry = 18747;

-- Moorutu 18755
UPDATE creature_template SET CreatureTypeFlags = 134217728 WHERE entry = 18755;

-- Baxter 18988
UPDATE creature_template SET NpcFlags = 209, CreatureTypeFlags = 134217728 WHERE entry = 18988;
DELETE FROM gossip_menu_option WHERE menu_id = 7818;
Expand Down

0 comments on commit e27e6dc

Please sign in to comment.