From a83551bb77d04f57da38650e878679f197ba0e3e Mon Sep 17 00:00:00 2001 From: AriDEV Date: Sat, 16 Dec 2023 17:58:32 +0100 Subject: [PATCH] Scripts: Fix banana event schedule. --- sql/updates/world/2023_12_16_world_00.sql | 5 +---- .../scripts/Pandaria/StormstoutBrewery/boss_ook_ook.cpp | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/sql/updates/world/2023_12_16_world_00.sql b/sql/updates/world/2023_12_16_world_00.sql index fb7053089a..622f96b55b 100644 --- a/sql/updates/world/2023_12_16_world_00.sql +++ b/sql/updates/world/2023_12_16_world_00.sql @@ -28,10 +28,7 @@ DELETE FROM `creature_text` WHERE `entry`=56637; INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`) VALUES (56637, 0, 0, 'Me gonna ook you in the dooker!', 14, 0, 100, 0, 0, 28796, 'Ook-Ook YELL_AGGRO'), (56637, 1, 0, 'Ook! Oooook!!', 14, 0, 100, 0, 0, 28797, 'Ook-Ook YELL_DEATH'), -(56637, 2, 0, 'In the dooker!', 14, 0, 100, 0, 0, 28799, 'Ook-Ook YELL_KILL'); +(56637, 2, 0, 'In the dooker!', 14, 0, 100, 0, 0, 28799, 'Ook-Ook YELL_KILL'), (56637, 3, 0, 'Get Ooking party started!', 14, 0, 100, 0, 0, 28800, 'Ook-Ook YELL_SPELL1'), (56637, 4, 0, 'Come on and get your Ook on!', 14, 0, 100, 0, 0, 28801, 'Ook-Ook YELL_SPELL2'), (56637, 5, 0, 'We gonna Ook all night!', 14, 0, 100, 0, 0, 28802, 'Ook-Ook YELL_SPELL3'); - - - diff --git a/src/server/scripts/Pandaria/StormstoutBrewery/boss_ook_ook.cpp b/src/server/scripts/Pandaria/StormstoutBrewery/boss_ook_ook.cpp index 5458fd9904..bcc6609803 100644 --- a/src/server/scripts/Pandaria/StormstoutBrewery/boss_ook_ook.cpp +++ b/src/server/scripts/Pandaria/StormstoutBrewery/boss_ook_ook.cpp @@ -104,7 +104,7 @@ class boss_ook_ook : public CreatureScript SpellTalkId++; } - events.ScheduleEvent(EVENT_GROUND_POUND, DUNGEON_MODE(12000, 7000)); + events.ScheduleEvent(EVENT_BANANA_AURA, DUNGEON_MODE(12000, 7000)); break; } default: