From 5f830f0caca19d86fe43193d01ac002ddc7e7bc7 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 28 Nov 2017 22:58:42 +0100 Subject: DB/Creature: Add missing texts for Wilfred Fizzlebang --- sql/updates/world/3.3.5/2017_11_28_12_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_11_28_12_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2017_11_28_12_world.sql b/sql/updates/world/3.3.5/2017_11_28_12_world.sql new file mode 100644 index 00000000000..0c667dfc5bd --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_28_12_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature_text` WHERE `CreatureID`=35476 AND `GroupID`=0 AND `ID` IN (2,3); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(35476,0,2,'It won''t be long before Fizzlebang is a household word, used to scare children into bed! "Beware, or Fizzlebang will summon a mighty demon to eat you!"',12,0,100,1,0,0,35817,0,"Wilfred Fizzlebang"), +(35476,0,3,'I, Wilfred Fizzlebang, have been invited to this quaint tournament to make use of my extensive knowledge of the summoning arts. What better choice?',12,0,100,1,0,0,35815,0,"Wilfred Fizzlebang"); -- cgit v1.2.3