Scripts/WanderingIsle: Implement Singing Pools AreaTriggers (#31629)
Co-authored-by: ModoX <[email protected]>
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user