mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Finish initial implementation
This commit is contained in:
35
sql/world/base/dungeon_wailing_caverns.sql
Normal file
35
sql/world/base/dungeon_wailing_caverns.sql
Normal file
@@ -0,0 +1,35 @@
|
||||
-- Mutanus the Devourer
|
||||
UPDATE `creature_template` SET `minlevel`=22, `maxlevel`=22 WHERE `entry`=3654;
|
||||
|
||||
-- Lord Pythas
|
||||
UPDATE `creature_template` SET `minlevel`=21, `maxlevel`=21 WHERE `entry`=3670;
|
||||
|
||||
-- Lord Serpentis
|
||||
UPDATE `creature_template` SET `minlevel`=21, `maxlevel`=21 WHERE `entry`=3673;
|
||||
|
||||
-- Skum
|
||||
UPDATE `creature_template` SET `minlevel`=21, `maxlevel`=21 WHERE `entry`=3674;
|
||||
|
||||
-- Druid of the Fang
|
||||
UPDATE `creature_template` SET `maxlevel`=20 WHERE `entry`=3840;
|
||||
|
||||
-- Deviate Lasher
|
||||
UPDATE `creature_template` SET `maxlevel`=20 WHERE `entry`=5055;
|
||||
|
||||
-- Deviate Dreadfang
|
||||
UPDATE `creature_template` SET `minlevel`=20, `maxlevel`=21 WHERE `entry`=5056;
|
||||
|
||||
-- Deviate Viper
|
||||
UPDATE `creature_template` SET `maxlevel`=20 WHERE `entry`=5755;
|
||||
|
||||
-- Deviate Venomwing
|
||||
UPDATE `creature_template` SET `minlevel`=20, `maxlevel`=21 WHERE `entry`=5756;
|
||||
|
||||
-- Deviate Shambler
|
||||
UPDATE `creature_template` SET `maxlevel`=20 WHERE `entry`=5761;
|
||||
|
||||
-- Verdan the Everliving
|
||||
UPDATE `creature_template` SET `minlevel`=21, `maxlevel`=21 WHERE `entry`=5775;
|
||||
|
||||
-- Deviate Faerie Dragon
|
||||
UPDATE `creature_template` SET `minlevel`=20, `maxlevel`=20, `faction`=32 WHERE `entry`=5912;
|
||||
Reference in New Issue
Block a user