mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-04 06:32:00 +00:00 
			
		
		
		
	Merge pull request #513 from aronwk-aaron/fix-parrot-being-oar
A new migration for the CDServer has been added this merge. Please update your CDServer.sqlite files with the new migration
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
BEGIN TRANSACTION;
 | 
					BEGIN TRANSACTION;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
UPDATE ComponentsRegistry SET component_id = 1901 WHERE id = 12916;
 | 
					UPDATE ComponentsRegistry SET component_id = 1901 WHERE id = 12916 AND component_type = 39;
 | 
				
			||||||
INSERT INTO ActivityRewards (objectTemplate, ActivityRewardIndex, activityRating, LootMatrixIndex, CurrencyIndex, ChallengeRating, description) VALUES (1901, 166, -1, 598, 1, 4, 'NT Foot Race');
 | 
					INSERT INTO ActivityRewards (objectTemplate, ActivityRewardIndex, activityRating, LootMatrixIndex, CurrencyIndex, ChallengeRating, description) VALUES (1901, 166, -1, 598, 1, 4, 'NT Foot Race');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COMMIT;
 | 
					COMMIT;
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										3
									
								
								migrations/cdserver/4_nt_footrace_parrot.sql
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								migrations/cdserver/4_nt_footrace_parrot.sql
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					UPDATE ComponentsRegistry SET component_id = 12702 WHERE id = 12916 AND component_type = 2;
 | 
				
			||||||
 | 
					UPDATE ComponentsRegistry SET component_id = 6280 WHERE id = 12916 AND component_type = 3;
 | 
				
			||||||
 | 
					UPDATE ComponentsRegistry SET component_id = 1791 WHERE id = 12916 AND component_type = 7;
 | 
				
			||||||
		Reference in New Issue
	
	Block a user