aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");