We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e75af3 commit d5dfe45Copy full SHA for d5dfe45
Updates/5836_c.3597.sql
@@ -0,0 +1,8 @@
1
+-- c.3597 'Mardant Strongoak'
2
+-- force gossip to show up
3
+UPDATE creature_template SET StaticFlags4 = StaticFlags4|524288 WHERE Entry = 3597; -- WotLK Only
4
+DELETE FROM npc_text_broadcast_text WHERE Id IN(4783,4784);
5
+INSERT INTO npc_text_broadcast_text(Id,Prob0,BroadcastTextId0) VALUES
6
+(4783,1,7460),
7
+(4784,1,7461);
8
+DELETE FROM npc_text WHERE id IN (4783,4784);
0 commit comments