Missed spell merges, fixes to yelling

One more ops to the list.
Yell should work for 30x30 SQMs
This commit is contained in:
rasanpedromujica
2019-01-17 01:37:35 -05:00
parent 4715134fce
commit 768be1d7af
3 changed files with 8 additions and 1 deletions

View File

@@ -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);