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:
14
sql/world/base/dungeon_the_deadmines.sql
Normal file
14
sql/world/base/dungeon_the_deadmines.sql
Normal 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;
|
||||
Reference in New Issue
Block a user