Skip to content

Commit 6ea49c7

Browse files
committed
Add core sync of reputation spillover
1 parent 5b9732d commit 6ea49c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Updates/0554_spillover_core.sql

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ALTER TABLE db_version CHANGE COLUMN required_s2480_01_mangos_spawn_group_squad required_s2481_01_mangos_reputation_spillover bit;
2+
3+
ALTER TABLE quest_template ADD COLUMN ReputationSpilloverMask tinyint unsigned NOT NULL DEFAULT '0' AFTER `RewMaxRepValue5`;
4+
5+

0 commit comments

Comments
 (0)