From e59bdea48c4e2436a432853e25b127a86a808f39 Mon Sep 17 00:00:00 2001 From: insunaa Date: Tue, 12 Jul 2022 08:57:52 +0200 Subject: [PATCH] add paymaster gossip sql --- Updates/0393_ptr_paymaster.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Updates/0393_ptr_paymaster.sql diff --git a/Updates/0393_ptr_paymaster.sql b/Updates/0393_ptr_paymaster.sql new file mode 100644 index 000000000..d34d7f655 --- /dev/null +++ b/Updates/0393_ptr_paymaster.sql @@ -0,0 +1,4 @@ +UPDATE creature_template SET GossipMenuId=26751 WHERE entry=26075; +DELETE FROM `npc_text_broadcast_text` WHERE `Id` IN (39288); +INSERT INTO `npc_text_broadcast_text` (`Id`, `Prob0`, `BroadcastTextId0`) VALUES +(39288, 1, 39288); \ No newline at end of file