fix(DB/creature_template): set Gatekeeper Rageroar to faction Timbermaw Hold (#6086)
This commit is contained in:
parent
4c55e9c3bf
commit
91c632cbe6
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622192313812244100');
|
||||
|
||||
-- Set Gatekeeper Rageroar to 'Timbermaw Hold' faction
|
||||
UPDATE `creature_template` SET `faction` = 414 WHERE (`entry` = 6651);
|
||||
Loading…
Add table
Add a link
Reference in a new issue