diff options
-rw-r--r-- | sql/updates/world/3.3.5/2020_08_21_02_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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); |