Scripts/WanderingIsle: Implement Singing Pools AreaTriggers (#31629)

Co-authored-by: ModoX <[email protected]>
This commit is contained in:
.:::ReZaRr:::.
2026-02-01 14:22:10 +01:00
committed by GitHub
co-authored by ModoX
parent 65e3f1378f
commit 948f45239f
2 changed files with 88 additions and 0 deletions
@@ -0,0 +1,11 @@
DELETE FROM `areatrigger_scripts` WHERE `entry` IN (6986, 6987, 6988, 6989, 6990, 6991, 6992, 7011, 7012);
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
(6986, 'at_singing_pools_transform_frog'),
(6987, 'at_singing_pools_transform_frog'),
(6988, 'at_singing_pools_transform_skunk'),
(6989, 'at_singing_pools_transform_skunk'),
(6990, 'at_singing_pools_transform_crocodile'),
(6991, 'at_singing_pools_transform_crane'),
(6992, 'at_singing_pools_transform_crane'),
(7011, 'at_singing_pools_transform_turtle'),
(7012, 'at_singing_pools_transform_turtle');