mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
DB/Creature: Fix Verifonix faction and reputation
By offl, Closes #19323
(cherry picked from commit 5b38194247)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Verifonix <The Surveyor>
|
||||
UPDATE `creature_template` SET `faction`=47 WHERE `entry`=14492;
|
||||
|
||||
DELETE FROM `creature_onkill_reputation` WHERE `creature_id`=14492;
|
||||
INSERT INTO `creature_onkill_reputation` (`creature_id`,`RewOnKillRepFaction1`,`RewOnKillRepFaction2`,`MaxStanding1`,`IsTeamAward1`,`RewOnKillRepValue1`,`MaxStanding2`,`IsTeamAward2`,`RewOnKillRepValue2`,`TeamDependent`) VALUES
|
||||
(14492, 21, 0, 5, 0, 5, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user