Sfoglia il codice sorgente

restore setting the cast speed

Emagi 6 mesi fa
parent
commit
2dc28cb438
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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, "-------------------------------");
-}
+}