From afc6b9c1b805348ac727b21365a016f0366417de Mon Sep 17 00:00:00 2001 From: Aokromes Date: Wed, 5 Apr 2023 09:52:09 +0200 Subject: DB/Creature: Zorbo the Advisor shoud also give some reputation closes #28742 by @CraftedRO --- sql/updates/world/3.3.5/2023_04_05_06_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2023_04_05_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2023_04_05_06_world.sql b/sql/updates/world/3.3.5/2023_04_05_06_world.sql new file mode 100644 index 00000000000..015d1035ff8 --- /dev/null +++ b/sql/updates/world/3.3.5/2023_04_05_06_world.sql @@ -0,0 +1,4 @@ +-- Zorbo the Advisor Reputation +DELETE FROM `creature_onkill_reputation` WHERE `creature_id` = 18413; +INSERT INTO `creature_onkill_reputation` (`creature_id`, `RewOnKillRepFaction1`, `RewOnKillRepFaction2`, `MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `MaxStanding2`, `IsTeamAward2`, `RewOnKillRepValue2`, `TeamDependent`) VALUES +(18413, 978, 941, 7, 0, 10, 7, 0, 10, 1); -- cgit v1.2.3