From 8db2ef9cdd415ed0d4897ec4d664ddba358cbaa1 Mon Sep 17 00:00:00 2001 From: offl <11556157+offl@users.noreply.github.com> Date: Fri, 23 Apr 2021 19:59:13 +0300 Subject: Scripts/Naxxramas: Slightly update Grobbulus (#26459) --- sql/updates/world/3.3.5/2021_04_23_00_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_04_23_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_04_23_00_world.sql b/sql/updates/world/3.3.5/2021_04_23_00_world.sql new file mode 100644 index 00000000000..11d2acc03f2 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_04_23_00_world.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `creature_text` WHERE `CreatureID` = 15931; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(15931,0,0,"%s sprays slime across the room!",41,0,100,0,0,0,32318,0,"Grobbulus EMOTE_SLIME"), +(15931,1,0,"%s injects you with a mutagen!",42,0,100,0,0,0,32319,0,"Grobbulus EMOTE_MUTAGEN"); + +UPDATE `creature_template` SET `speed_walk` = 1, `BaseAttackTime` = 1800 WHERE `entry` IN (16290,29388); +UPDATE `creature_template` SET `AIName` = "", `ScriptName` = "npc_fallout_slime" WHERE `entry` = 16290; +DELETE FROM `smart_scripts` WHERE `entryorguid` = 16290 AND `source_type` = 0; -- cgit v1.2.3