From 7aadf7ca93655d105317afebaf1443113bda1c43 Mon Sep 17 00:00:00 2001 From: offl Date: Fri, 21 Aug 2020 20:57:59 +0300 Subject: DB/Reputation: Adjust reputation amount given after killing members of Gelkis / Magram Clan Centaur --- sql/updates/world/3.3.5/2020_08_21_02_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_21_02_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_08_21_02_world_335.sql b/sql/updates/world/3.3.5/2020_08_21_02_world_335.sql new file mode 100644 index 00000000000..0950d59a4f5 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_21_02_world_335.sql @@ -0,0 +1,3 @@ +-- Adjust reputation amount given after killing members of Gelkis / Magram Clan Centaur +-- +20 and -100 instead of +100 and -500 +UPDATE `creature_onkill_reputation` SET `RewOnKillRepValue1` = 20, `RewOnKillRepValue2` = -100 WHERE `RewOnKillRepFaction1` IN (92,93); -- cgit v1.2.3