Skip to content

Commit

Permalink
Update [5226] ...
Browse files Browse the repository at this point in the history
... Urda 2851 added

ReQ Client Cache clear
  • Loading branch information
Grz3s committed Dec 18, 2023
1 parent 24c49a4 commit 1547229
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Updates/5226_GOSSIP_FIXES.sql
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ UPDATE creature_template SET CreatureTypeFlags = 134217728 WHERE entry=2834;
-- Brikk Keencraft 2836
UPDATE creature_template SET CreatureTypeFlags = 134217728 WHERE entry=2836;

-- Jutak 2843
UPDATE creature_template SET CreatureTypeFlags = 134217728 WHERE entry=2843;

-- Jaxin Chong 2837
UPDATE creature_template SET GossipMenuId=4127, CreatureTypeFlags = 134217728 WHERE entry=2837;
DELETE FROM gossip_menu WHERE entry=4127;
Expand All @@ -57,6 +54,12 @@ INSERT INTO npc_text_broadcast_text(Id,Prob0,BroadcastTextId0) VALUES
(5074,1,7738);
DELETE FROM npc_text WHERE id=5074;

-- Jutak 2843
UPDATE creature_template SET CreatureTypeFlags = 134217728 WHERE entry = 2843;

-- Urda 2851
UPDATE creature_template SET CreatureTypeFlags = 134217728 WHERE entry = 2851;

-- Grisha 3305
UPDATE creature_template SET CreatureTypeFlags = 134217728 WHERE entry = 3305;

Expand Down

0 comments on commit 1547229

Please sign in to comment.