aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2017-11-28 22:32:00 +0100
committerKillyana <morphone1@gmail.com>2017-11-28 22:32:00 +0100
commita41488e8b2e3f02870b89635925d20aabfb75cdc (patch)
treecde05b22a1c691b03c6ff14ee52648e6c2458e63
parent5607b6720383e1dfd90b21380f2c401bb4b6969e (diff)
DB/Texts: "Stinky" Ignatz
Closes #20988
-rw-r--r--sql/updates/world/3.3.5/2017_11_28_03_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_11_28_03_world.sql b/sql/updates/world/3.3.5/2017_11_28_03_world.sql
new file mode 100644
index 00000000000..7dbfe96e263
--- /dev/null
+++ b/sql/updates/world/3.3.5/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");