mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[11941] Implement effects for spells 27687, 27695
also fix another type in extractor-binary script (thanks again nighoo) Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
parent
8e0edc0383
commit
fcbde94267
3 changed files with 30 additions and 3 deletions
|
|
@ -78,7 +78,7 @@ fi
|
|||
if [ "$USE_MMAPS_OFFMESH" = "1" ]
|
||||
then
|
||||
echo "Only extracting offmesh meshes"
|
||||
MovemapGen.sh offmesh $LOG_FILE $DETAIL_LOG_FILE
|
||||
MoveMapGen.sh offmesh $LOG_FILE $DETAIL_LOG_FILE
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
@ -158,5 +158,5 @@ fi
|
|||
## Extract mmaps
|
||||
if [ "$USE_MMAPS" = "1" ]
|
||||
then
|
||||
MovemapGen.sh $NUM_CPU $LOG_FILE $DETAIL_LOG_FILE
|
||||
MoveMapGen.sh $NUM_CPU $LOG_FILE $DETAIL_LOG_FILE
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue