mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/creature_template): correct faction and speed_run for Masat T'andr and Broken Exiles (#6809)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user