[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:
Xfurry 2012-04-06 23:48:52 +02:00 committed by Schmoozerd
parent 8e0edc0383
commit fcbde94267
3 changed files with 30 additions and 3 deletions

View file

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