Browse Source

restore setting the cast speed

Emagi 6 tháng trước cách đây
mục cha
commit
2dc28cb438
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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, "-------------------------------");
-}
+}