mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
Core/Currency: Add support of Conquest points cap for arena and bg
Remove obselete code for arena points distribution Thanks to @Zakamurite
This commit is contained in:
@@ -0,0 +1 @@
|
||||
UPDATE `worldstates` SET `comment` = 'NextCurrencyDistributionTime' WHERE `entry` =20001;
|
||||
1
sql/updates/world/2012_11_21_00_world_command.sql
Normal file
1
sql/updates/world/2012_11_21_00_world_command.sql
Normal file
@@ -0,0 +1 @@
|
||||
DELETE FROM `command` WHERE `name`='flusharenapoints';
|
||||
1
sql/updates/world/2012_11_21_01_world_trinity_string.sql
Normal file
1
sql/updates/world/2012_11_21_01_world_trinity_string.sql
Normal file
@@ -0,0 +1 @@
|
||||
DELETE FROM `trinity_string` WHERE `entry` IN ('741','742','743','744','745','746');
|
||||
Reference in New Issue
Block a user