mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Merge pull request #117 from AlvinZhu/PR11
Fix wrong faction for Theramore Deserter
This commit is contained in:
@@ -814,9 +814,6 @@ UPDATE `creature_template` SET `faction` = 34 WHERE `entry` = 4971;
|
||||
/* World Lockpicking Trainer */
|
||||
UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 5027;
|
||||
|
||||
/* Theramore Deserter */
|
||||
UPDATE `creature_template` SET `faction` = 1077 WHERE `entry` = 5057;
|
||||
|
||||
/* Balos Jacken */
|
||||
UPDATE `creature_template` SET `faction` = 84 WHERE `entry` = 5089;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user