From 813370f0f6cad453e3613c8d83bad818d3bc2e92 Mon Sep 17 00:00:00 2001 From: Grz3s Date: Wed, 28 Feb 2024 22:43:29 +0100 Subject: [PATCH] build fix --- ACID/acid_wotlk.sql | 8 ++++---- Updates/{stormwind_fixes.sql => 5298_stormwind_fixes.sql} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename Updates/{stormwind_fixes.sql => 5298_stormwind_fixes.sql} (100%) diff --git a/ACID/acid_wotlk.sql b/ACID/acid_wotlk.sql index ea8b19fc80..99910b249b 100644 --- a/ACID/acid_wotlk.sql +++ b/ACID/acid_wotlk.sql @@ -28252,10 +28252,10 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers ('2977003','29770','9','0','100','1025','0','5','6100','14400','0','0','11','16838','0','0','0','0','0','0','0','0','0','0','Lady Nightswood - Cast Banshee Shriek'), ('2977004','29770','1','0','100','1','1000','1000','5000','5000','0','0','53','20848','0','0','0','0','0','0','0','0','0','0','Lady Nightswood - START_RELAY_SCRIPT on OOC Timer'), -- ELM General Purpose Bunny Hide Body (Phase I) 29772 -('2549601','-526349','1','0','80','1','5000','30000','30000','50000','0','0','45','5','30','0','0','0','0','0','0','0','0','0','ELM General Purpose Bunny Hide Body (Phase I) (Guid EAI) - (80% chance) Send Event AI 5 on OOC Timer'), -('2549602','-526350','1','0','80','1','5000','30000','30000','50000','0','0','45','6','30','0','0','0','0','0','0','0','0','0','ELM General Purpose Bunny Hide Body (Phase I) (Guid EAI) - (80% chance) Send Event AI 6 on OOC Timer'), -('2549603','-526339','1','0','80','1','5000','30000','30000','50000','0','0','45','8','30','0','0','0','0','0','0','0','0','0','ELM General Purpose Bunny Hide Body (Phase I) (Guid EAI) - (80% chance) Send Event AI 8 on OOC Timer'), -('2549604','-526342','1','0','80','1','5000','30000','30000','50000','0','0','45','9','30','0','0','0','0','0','0','0','0','0','ELM General Purpose Bunny Hide Body (Phase I) (Guid EAI) - (80% chance) Send Event AI 9 on OOC Timer'), +('2977201','-526349','1','0','80','1','5000','30000','30000','50000','0','0','45','5','30','0','0','0','0','0','0','0','0','0','ELM General Purpose Bunny Hide Body (Phase I) (Guid EAI) - (80% chance) Send Event AI 5 on OOC Timer'), +('2977202','-526350','1','0','80','1','5000','30000','30000','50000','0','0','45','6','30','0','0','0','0','0','0','0','0','0','ELM General Purpose Bunny Hide Body (Phase I) (Guid EAI) - (80% chance) Send Event AI 6 on OOC Timer'), +('2977203','-526339','1','0','80','1','5000','30000','30000','50000','0','0','45','8','30','0','0','0','0','0','0','0','0','0','ELM General Purpose Bunny Hide Body (Phase I) (Guid EAI) - (80% chance) Send Event AI 8 on OOC Timer'), +('2977204','-526342','1','0','80','1','5000','30000','30000','50000','0','0','45','9','30','0','0','0','0','0','0','0','0','0','ELM General Purpose Bunny Hide Body (Phase I) (Guid EAI) - (80% chance) Send Event AI 9 on OOC Timer'), -- The Ocular - Eye of Acherus Exterior Shell 29790 ('2979001','29790','11','0','100','0','0','0','0','0','0','0','11','18950','0','32','0','0','0','0','0','0','0','0','The Ocular - Eye of Acherus Exterior Shell - Cast Invisibility and Stealth Detection on Spawn'), -- Koltira Deathweaver 29795 diff --git a/Updates/stormwind_fixes.sql b/Updates/5298_stormwind_fixes.sql similarity index 100% rename from Updates/stormwind_fixes.sql rename to Updates/5298_stormwind_fixes.sql