Core/Misc: Misc fixes

This commit is contained in:
hondacrx
2018-03-18 11:44:55 -04:00
parent 6ecc0ae762
commit 761af36d05
8 changed files with 28 additions and 20 deletions
+1 -1
View File
@@ -2872,7 +2872,7 @@ namespace Game.Entities
return null;
}
public bool HandleSpellClick(Unit clicker, sbyte seatId = 0)
public bool HandleSpellClick(Unit clicker, sbyte seatId = -1)
{
bool result = false;