mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-15 20:08:14 +00:00
Public release of the DLU server code!
Have fun!
This commit is contained in:
8
migrations/cdserver/0_nt_footrace.sql
Normal file
8
migrations/cdserver/0_nt_footrace.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- changes the NT foot race such that it does not share the
|
||||
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
UPDATE ComponentsRegistry SET component_id = 1901 WHERE id = 12916;
|
||||
INSERT INTO ActivityRewards (objectTemplate, ActivityRewardIndex, activityRating, LootMatrixIndex, CurrencyIndex, ChallengeRating, description) VALUES (1901, 166, -1, 598, 1, 4, 'NT Foot Race');
|
||||
|
||||
COMMIT;
|
Reference in New Issue
Block a user