fix(DB/creature_template): correct faction and speed_run for Masat T'andr and Broken Exiles (#6809)
This commit is contained in:
parent
96ab0d4427
commit
e5c78f5a95
1 changed files with 9 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue