Ver Fonte

restore setting the cast speed

Emagi há 6 meses atrás
pai
commit
2dc28cb438
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      EQ2/source/WorldServer/Entity.cpp

+ 2 - 2
EQ2/source/WorldServer/Entity.cpp

@@ -1337,7 +1337,7 @@ void Entity::CalculateBonuses(){
 	info->set_potency(0);
 	info->set_hate_mod(0);
 	info->set_reuse_speed(0);
-//	info->set_casting_speed(0);
+	info->set_casting_speed(0);
 	info->set_recovery_speed(0);
 	info->set_spell_reuse_speed(0);
 	info->set_spell_multi_attack(0);
@@ -3761,4 +3761,4 @@ void Entity::SendControlEffectDetailsToClient(Client* client) {
 		}
 	}
 	client->Message(CHANNEL_COLOR_YELLOW, "-------------------------------");
-}
+}