Finish initial implementation

This commit is contained in:
郑佩茹
2022-03-09 12:30:07 -07:00
parent 82284d6d6a
commit e76c74604b
54 changed files with 17859 additions and 14 deletions

View File

@@ -0,0 +1,14 @@
-- 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;