mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Added Tug of the Whorl. Fixed up prereqs not working when using debug command. Fixed giveexp command. Added seq constants.
This commit is contained in:
		| @@ -1476,7 +1476,9 @@ namespace Meteor.Map.Actors | ||||
|  | ||||
|             if (!isSilent) | ||||
|             { | ||||
|                 SendGameMessage(Server.GetWorldManager().GetActor(), 25224, 0x20, (object)questScenario[freeSlot].GetQuestId()); // "<Quest> accepted." | ||||
|                 WorldMaster worldMaster = Server.GetWorldManager().GetActor(); | ||||
|                 SendDataPacket("attention", worldMaster, "", 25224, (object)questScenario[freeSlot].GetQuestId()); // "<Quest> accepted." | ||||
|                 SendGameMessage(worldMaster, 25224, 0x20, (object)questScenario[freeSlot].GetQuestId()); // "<Quest> accepted." | ||||
|             } | ||||
|  | ||||
|             instance.OnAccept(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user