diff options
author | AzerothCoreBot <azerothcorebot@gmail.com> | 2023-01-29 12:57:42 +0000 |
---|---|---|
committer | AzerothCoreBot <azerothcorebot@gmail.com> | 2023-01-29 12:57:42 +0000 |
commit | f8d7f360d6febb261e2ea18698584815d05a959b (patch) | |
tree | cdd14a973219b1166c2ecdea17c586dc69e50c37 | |
parent | 5c8279793bfed285c424243a79dd19e7941ed65c (diff) |
chore(DB): import pending files
Referenced commit(s): 5c8279793bfed285c424243a79dd19e7941ed65c
-rw-r--r-- | data/sql/updates/db_world/2023_01_29_01.sql (renamed from data/sql/updates/pending_db_world/rev_1674932391387360100.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1674932391387360100.sql b/data/sql/updates/db_world/2023_01_29_01.sql index 079bcfdebc..4f596c8ecf 100644 --- a/data/sql/updates/pending_db_world/rev_1674932391387360100.sql +++ b/data/sql/updates/db_world/2023_01_29_01.sql @@ -1,3 +1,4 @@ +-- DB update 2023_01_29_00 -> 2023_01_29_01 -- UPDATE `creature_onkill_reputation` SET `RewOnKillRepFaction1` = 942, `RewOnKillRepFaction2` = 0, `MaxStanding1` = 4, `RewOnKillRepValue1` = 7, `TeamDependent` = 0 WHERE `creature_id` = 17730; |