mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(DB/creature_template): Southshore Guards faction (#7655)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630405831769074100');
|
||||
|
||||
-- Corrected faction for Southshore Guard
|
||||
UPDATE `creature_template` SET `faction` = 11 WHERE (`entry` = 2386);
|
||||
|
||||
-- Corrected faction for Shadowy Assassins
|
||||
UPDATE `creature_template` SET `faction` = 97 WHERE (`entry` = 2434);
|
||||
Reference in New Issue
Block a user