mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
- all sql files moved to data directory - vanilla_regen_values is now labeled as optional. zz_optional_vanilla_regen_values.sql - vanilla_mob_factions removed, content moved to zone_ sql files - naxx40_remove_disables removed, content moved to naxx40 sql file - zone_elwynn_forest clean up - zone_durotar clean up - zone_tirisfal_glades clean up
36 lines
1.1 KiB
SQL
36 lines
1.1 KiB
SQL
-- 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;
|