From e029853799fc808c99a766efc04289f8f80defab Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Sun, 6 Nov 2022 17:54:44 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): d693378a3a846772a1fd7a1618895c86e5901564 --- .../repandspawn.sql => db_world/2022_11_06_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/repandspawn.sql => db_world/2022_11_06_00.sql} (91%) diff --git a/data/sql/updates/pending_db_world/repandspawn.sql b/data/sql/updates/db_world/2022_11_06_00.sql similarity index 91% rename from data/sql/updates/pending_db_world/repandspawn.sql rename to data/sql/updates/db_world/2022_11_06_00.sql index fef606659..4c501800f 100644 --- a/data/sql/updates/pending_db_world/repandspawn.sql +++ b/data/sql/updates/db_world/2022_11_06_00.sql @@ -1,3 +1,4 @@ +-- DB update 2022_11_05_03 -> 2022_11_06_00 -- lots of Reputation changes DELETE FROM `creature_onkill_reputation` WHERE `creature_id`=26081; INSERT INTO `creature_onkill_reputation` (`creature_id`, `RewOnKillRepFaction1`, `RewOnKillRepFaction2`, `MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `MaxStanding2`, `IsTeamAward2`, `RewOnKillRepValue2`, `TeamDependent`) VALUES (26081, 87, 21, 5, 0, 5, 7, 1, -25, 0);