fix(DB/creature_template): Southshore Guards faction (#7655)

This commit is contained in:
Efymer 2021-09-01 15:53:39 +02:00 committed by GitHub
parent 922c82bd12
commit 7a8b56b401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);