diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2021-04-23 19:59:13 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-09 00:42:47 +0100 |
| commit | 9845fe92bb414e05cc5dff4fed507f30f39ca0db (patch) | |
| tree | 2098811d84376931a350fb4493bd316ae528397d /sql | |
| parent | b7bdc246c526dc0a7cb76ea826677df365452442 (diff) | |
Scripts/Naxxramas: Slightly update Grobbulus (#26459)
(cherry picked from commit 8db2ef9cdd415ed0d4897ec4d664ddba358cbaa1)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_04_23_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_04_23_00_world.sql b/sql/updates/world/master/2021_04_23_00_world.sql new file mode 100644 index 00000000000..11d2acc03f2 --- /dev/null +++ b/sql/updates/world/master/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; |
