diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2021-04-23 19:59:13 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-23 19:59:13 +0300 |
| commit | 8db2ef9cdd415ed0d4897ec4d664ddba358cbaa1 (patch) | |
| tree | f66c74d643393223b4b36b39c6e3908f98e4d6bb /sql | |
| parent | 1a19d538f616f7c18a2aed2d59f2f8f1c8f18e21 (diff) | |
Scripts/Naxxramas: Slightly update Grobbulus (#26459)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_04_23_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
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; |
