mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(DB/creature_template): set Gatekeeper Rageroar to faction Timbermaw Hold (#6086)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user