fix(DB/creature_template): Southshore Guards faction (#7655)
This commit is contained in:
parent
922c82bd12
commit
7a8b56b401
1 changed files with 7 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue