DB/Creature: Fix Verifonix faction and reputation

By offl, Closes #19323

(cherry picked from commit 5b38194247)
This commit is contained in:
Aokromes
2017-03-26 00:16:37 +01:00
committed by funjoker
parent be0de1ce70
commit 4ee1d4b44b

View File

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