mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
Missed spell merges, fixes to yelling
One more ops to the list. Yell should work for 30x30 SQMs
This commit is contained in:
@@ -3125,7 +3125,7 @@ bool Game::internalCreatureSay(Creature* creature, SpeakClasses type, const std:
|
||||
Map::maxClientViewportX, Map::maxClientViewportX,
|
||||
Map::maxClientViewportY, Map::maxClientViewportY);
|
||||
} else {
|
||||
map.getSpectators(list, *pos, true, false, 18, 18, 14, 14);
|
||||
map.getSpectators(list, *pos, true, false, 30, 30, 30, 30);
|
||||
}
|
||||
} else {
|
||||
list = (*listPtr);
|
||||
|
Reference in New Issue
Block a user