Skip to content

Commit

Permalink
[5370] Chief Engineers corrected
Browse files Browse the repository at this point in the history
- Chief Engineer Copperclaw 30825
- Chief Engineer Boltwrench 30345
  • Loading branch information
Grz3s committed Jul 24, 2024
1 parent ec35df9 commit 0d2ff72
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Updates/5370_c.30825_30345.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
-- Chief Engineer Copperclaw 30825
-- missing gosspi added
UPDATE creature_template SET GossipMenuId = 10174, CreatureTypeFlags = 134217728 WHERE entry = 30825;
DELETE FROM `gossip_menu` WHERE `entry` IN (10174);
INSERT INTO `gossip_menu` (`entry`, `text_id`, `script_id`, `condition_id`) VALUES
(10174, 14118, 0, 0);
DELETE FROM npc_text_broadcast_text WHERE Id IN(14118);
INSERT INTO npc_text_broadcast_text(Id,Prob0,BroadcastTextId0) VALUES
(14118,1,32727);
DELETE FROM npc_text WHERE id IN (14118);
-- Chief Engineer Boltwrench 30345
UPDATE creature_template SET CreatureTypeFlags = 134217728 WHERE entry = 30345;

0 comments on commit 0d2ff72

Please sign in to comment.