aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2017-11-28 22:32:00 +0100
committerfunjoker <funjoker109@gmail.com>2021-02-25 18:50:55 +0100
commit63c504d3d6509e5400585be9b10ce92cd1bdd716 (patch)
tree34a9f014ef91c0a0772d4907a4b23be174f2ba51
parentd306c686e9aa8b7806b4fa7814bdf2ca2fa978f2 (diff)
DB/Texts: "Stinky" Ignatz
Closes #20988 (cherry picked from commit a41488e8b2e3f02870b89635925d20aabfb75cdc)
-rw-r--r--sql/updates/world/master/2021_02_15_02_world_2017_11_28_03_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_15_02_world_2017_11_28_03_world.sql b/sql/updates/world/master/2021_02_15_02_world_2017_11_28_03_world.sql
new file mode 100644
index 00000000000..7dbfe96e263
--- /dev/null
+++ b/sql/updates/world/master/2021_02_15_02_world_2017_11_28_03_world.sql
@@ -0,0 +1,5 @@
+-- "Stinky" Ignatz
+DELETE FROM `creature_text` WHERE `CreatureID`=4880 AND `GroupID`=10 AND `ID` IN (2,3);
+INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
+(4880,10,2,"Look out! The $n attacks!",12,0,100,0,0,0,1628,0,"\"Stinky\" Ignatz"),
+(4880,10,3,"I'm glad you're here! Because I need your help!!",12,0,100,0,0,0,1631,0,"\"Stinky\" Ignatz");