fix(DB/creature_template): set Gatekeeper Rageroar to faction Timbermaw Hold (#6086)

This commit is contained in:
Raelorasz
2021-06-02 17:54:01 +02:00
committed by GitHub
parent 4c55e9c3bf
commit 91c632cbe6

View File

@@ -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);