mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 02:08:20 +00:00
7 lines
292 B
MySQL
7 lines
292 B
MySQL
|
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;
|