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