fix(DB/Creature): faction of several creatures (#3339)

This commit is contained in:
Stefano Borzì
2020-09-19 04:44:08 +02:00
committed by GitHub
parent a41671c02a
commit 60f44005a4

View File

@@ -0,0 +1,2 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1598302438753493820');
UPDATE `creature_template` SET `faction` = 14 WHERE `faction` = 634;