mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
fix more quest stuff
This commit is contained in:
parent
68eaee2d1c
commit
d776d2adc3
5 changed files with 8268 additions and 8033 deletions
|
@ -1,11 +1,6 @@
|
|||
using HISP.Player;
|
||||
using HISP.Server;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace HISP.Game.Horse
|
||||
{
|
||||
|
||||
|
@ -20,6 +15,8 @@ namespace HISP.Game.Horse
|
|||
return false;
|
||||
if (World.InSpecialTile(x, y))
|
||||
return false;
|
||||
if (!World.InIsle(x, y))
|
||||
return false;
|
||||
|
||||
// Check area
|
||||
if(checkSpawnLocationValid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue