From ea0d7e0faaa518818f2fce6050c6b1fe35b971b3 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 21 Apr 2018 23:45:09 +0200 Subject: [PATCH] DB/Text: Add missing npc text --- sql/updates/world/4.3.4/2018_04_21_02_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/4.3.4/2018_04_21_02_world.sql diff --git a/sql/updates/world/4.3.4/2018_04_21_02_world.sql b/sql/updates/world/4.3.4/2018_04_21_02_world.sql new file mode 100644 index 00000000000..549d522c411 --- /dev/null +++ b/sql/updates/world/4.3.4/2018_04_21_02_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `npc_text` WHERE `ID` IN (18228,18377,21709); +INSERT INTO `npc_text` (`ID`, `text0_0`, `BroadcastTextID0`, `Probability0`, em0_0) VALUES +(18228, "The Scryer's Tier has a library devoted to training professions.$b$bYou will find the knowledge you seek in the Seer's Library.",52855, 1, 1), +(18377, "I'm afraid Gunny didn't make it, $n.",53446, 1,18), +(21709, "Sorry, I have to set a broken leg on a baby dragon. Can you come back in a few minutes?",49490, 1, 0);