removed extra semi colon..

This commit is contained in:
KayenEQ 2015-01-21 22:02:05 -05:00
parent ad711b0b5a
commit d25b750c2c

View File

@ -647,7 +647,7 @@ void Mob::TypesTemporaryPets(uint32 typesid, Mob *targ, const char *name_overrid
xy_location(5, 5), xy_location(-5, 5), xy_location(5, -5), xy_location(-5, -5), xy_location(5, 5), xy_location(-5, 5), xy_location(5, -5), xy_location(-5, -5),
xy_location(10, 10), xy_location(-10, 10), xy_location(10, -10), xy_location(-10, -10), xy_location(10, 10), xy_location(-10, 10), xy_location(10, -10), xy_location(-10, -10),
xy_location(8, 8), xy_location(-8, 8), xy_location(8, -8), xy_location(-8, -8) xy_location(8, 8), xy_location(-8, 8), xy_location(8, -8), xy_location(-8, -8)
};; };
while(summon_count > 0) { while(summon_count > 0) {
int pet_duration = pet.duration; int pet_duration = pet.duration;