fix(DB/creature_template): correct faction and speed_run for Masat T'andr and Broken Exiles (#6809)

This commit is contained in:
Efymer
2021-07-10 11:00:43 +02:00
committed by GitHub
parent 96ab0d4427
commit e5c78f5a95

View File

@@ -0,0 +1,9 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625736069367927700');
-- ID: 11874 - Masat T'andr
-- faction was 1638, speed_run was 1
UPDATE `creature_template` SET `faction` = 35, `speed_run` = 1.14286 WHERE (`entry` = 11874);
-- ID: 11198 - Broken Exile
-- faction was 1638, speed_run was 1
UPDATE `creature_template` SET `faction` = 15, `speed_run` = 1.14286 WHERE (`entry` = 11198);