mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
14 lines
465 B
SQL
14 lines
465 B
SQL
-- Defias Blackguard
|
|
UPDATE `creature_template` SET `maxlevel`=20 WHERE `entry`=636;
|
|
|
|
-- Edwin VanCleef <Defias Kingpin>
|
|
UPDATE `creature_template` SET `minlevel`=21, `maxlevel`=21 WHERE `entry`=639;
|
|
|
|
-- Defias Watchman
|
|
UPDATE `creature_template` SET `minlevel`=16, `rank`=1 WHERE `entry`=1725;
|
|
|
|
-- Defias Squallshaper
|
|
UPDATE `creature_template` SET `maxlevel`=20 WHERE `entry`=1732;
|
|
|
|
-- Miner Johnson
|
|
UPDATE `creature_template` SET `faction`=14 WHERE `entry`=3586; |