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:
74
sql/world/base/dungeon_shadowfang_keep.sql
Normal file
74
sql/world/base/dungeon_shadowfang_keep.sql
Normal file
@@ -0,0 +1,74 @@
|
||||
-- Son of Arugal
|
||||
UPDATE `creature_template` SET `minlevel`=24, `maxlevel`=25 WHERE `entry`=2529;
|
||||
|
||||
-- Deathsworn Captain
|
||||
UPDATE `creature_template` SET `minlevel`=25, `maxlevel`=25 WHERE `entry`=3872;
|
||||
|
||||
-- Shadowfang Moonwalker
|
||||
UPDATE `creature_template` SET `maxlevel`=20 WHERE `entry`=3853;
|
||||
|
||||
-- Shadowfang Wolfguard
|
||||
UPDATE `creature_template` SET `maxlevel`=21 WHERE `entry`=3854;
|
||||
|
||||
-- Shadowfang Darksoul
|
||||
UPDATE `creature_template` SET `minlevel`=20, `maxlevel`=21 WHERE `entry`=3855;
|
||||
|
||||
-- Shadowfang Glutton
|
||||
UPDATE `creature_template` SET `minlevel`=21, `maxlevel`=22 WHERE `entry`=3857;
|
||||
|
||||
-- Shadowfang Ragetooth
|
||||
UPDATE `creature_template` SET `minlevel`=23, `maxlevel`=24 WHERE `entry`=3859;
|
||||
|
||||
-- Bleak Worg
|
||||
UPDATE `creature_template` SET `maxlevel`=19 WHERE `entry`=3861;
|
||||
|
||||
-- Slavering Worg
|
||||
UPDATE `creature_template` SET `maxlevel`=19 WHERE `entry`=3862;
|
||||
|
||||
-- Lupine Horror
|
||||
UPDATE `creature_template` SET `minlevel`=24, `maxlevel`=25 WHERE `entry`=3863;
|
||||
|
||||
-- Fel Steed
|
||||
UPDATE `creature_template` SET `maxlevel`=20 WHERE `entry`=3864;
|
||||
|
||||
-- Vile Bat
|
||||
UPDATE `creature_template` SET `minlevel`=22, `maxlevel`=23 WHERE `entry`=3866;
|
||||
|
||||
-- Blood Seeker
|
||||
UPDATE `creature_template` SET `minlevel`=23, `maxlevel`=24 WHERE `entry`=3868;
|
||||
|
||||
-- Tormented Officer
|
||||
UPDATE `creature_template` SET `minlevel`=23, `maxlevel`=24 WHERE `entry`=3873;
|
||||
|
||||
-- Haunted Servitor
|
||||
UPDATE `creature_template` SET `minlevel`=20, `maxlevel`=21 WHERE `entry`=3875;
|
||||
|
||||
-- Wailing Guardsman
|
||||
UPDATE `creature_template` SET `minlevel`=21, `maxlevel`=22 WHERE `entry`=3877;
|
||||
|
||||
-- Razorclaw the Butcher
|
||||
UPDATE `creature_template` SET `minlevel`=22, `maxlevel`=22 WHERE `entry`=3886;
|
||||
|
||||
-- Baron Silverlaine
|
||||
UPDATE `creature_template` SET `minlevel`=24, `maxlevel`=24 WHERE `entry`=3887;
|
||||
|
||||
-- Wolf Master Nandos
|
||||
UPDATE `creature_template` SET `minlevel`=25, `maxlevel`=25 WHERE `entry`=3927;
|
||||
|
||||
-- Fenrus the Devourer
|
||||
UPDATE `creature_template` SET `minlevel`=25, `maxlevel`=25 WHERE `entry`=4274;
|
||||
|
||||
-- Archmage Arugal
|
||||
UPDATE `creature_template` SET `minlevel`=26, `maxlevel`=26 WHERE `entry`=4275;
|
||||
|
||||
-- Commander Springvale
|
||||
UPDATE `creature_template` SET `minlevel`=24, `maxlevel`=24 WHERE `entry`=4278;
|
||||
|
||||
-- Odo the Blindwatcher
|
||||
UPDATE `creature_template` SET `minlevel`=24, `maxlevel`=24 WHERE `entry`=4279;
|
||||
|
||||
-- Arugal's Voidwalker
|
||||
UPDATE `creature_template` SET `minlevel`=24, `maxlevel`=25 WHERE `entry`=4627;
|
||||
|
||||
-- Wolfguard Worg
|
||||
UPDATE `creature_template` SET `maxlevel`=21 WHERE `entry`=4627;
|
||||
Reference in New Issue
Block a user