From bae1fb16441f9beb4fd8c93e02b4931b200b3c99 Mon Sep 17 00:00:00 2001 From: Mathematical Date: Sat, 28 Jan 2023 04:56:58 -0500 Subject: [PATCH] fix(DB) Zorbo the Advisor gives no rep (#14767) --- data/sql/updates/pending_db_world/rev_1674795014172966200.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1674795014172966200.sql diff --git a/data/sql/updates/pending_db_world/rev_1674795014172966200.sql b/data/sql/updates/pending_db_world/rev_1674795014172966200.sql new file mode 100644 index 000000000..37999b8c5 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1674795014172966200.sql @@ -0,0 +1,4 @@ +-- + +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);