diff options
author | offl <offl@users.noreply.github.com> | 2020-08-21 20:57:59 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-08-21 20:57:59 +0300 |
commit | 7aadf7ca93655d105317afebaf1443113bda1c43 (patch) | |
tree | a2e29589a41832e903cd78592636f18f78d0658a | |
parent | dddb96d02eb10689029e078868c1ccb9b4e38134 (diff) |
DB/Reputation: Adjust reputation amount given after killing members of Gelkis / Magram Clan Centaur
-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); |