diff options
| author | Killyana <morphone1@gmail.com> | 2017-11-28 22:58:42 +0100 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2021-02-25 18:50:55 +0100 |
| commit | 6fd706867a25c18cab13e1035717b225499c76c9 (patch) | |
| tree | 08e267a70c89dffdf2046153655e8c7155a615c2 | |
| parent | b5e9fa426889d8c2d7fe5eae9d84937f22a26f94 (diff) | |
DB/Creature: Add missing texts for Wilfred Fizzlebang
(cherry picked from commit 5f830f0caca19d86fe43193d01ac002ddc7e7bc7)
| -rw-r--r-- | sql/updates/world/master/2021_02_18_01_world_2017_11_28_12_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_18_01_world_2017_11_28_12_world.sql b/sql/updates/world/master/2021_02_18_01_world_2017_11_28_12_world.sql new file mode 100644 index 00000000000..0c667dfc5bd --- /dev/null +++ b/sql/updates/world/master/2021_02_18_01_world_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"); |
