DB/Creature: Fix Verifonix faction and reputation

This commit is contained in:
Aokromes
2017-04-28 04:47:37 +02:00
committed by starrheld
parent 91d75ec7ff
commit b3b0c0586a

View File

@@ -0,0 +1,7 @@
INSERT INTO version_db_world (`sql_rev`) VALUES ('1493347575872142000');
-- 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);