mangosR2 / mangos3

Early alpha version of current mangosR2 v3 server (World of Warcraft: Cataclysm, 4.3.4 client) development version.
http://mangosr2.2x2forum.com/
GNU General Public License v2.0
14 stars 15 forks source link

Implement SpellInfo class to store spell data. #48

Open Undergarun opened 10 years ago

Undergarun commented 10 years ago

Something similar to TC SpellInfo should be implemented to speedup spell system and get ride of lags in spell system with more than 300 ppl.

rsa commented 10 years ago

not need. DamageInfo class maked for avoid double calculations, need only finish this work.

Dramacydal commented 10 years ago

He means that current spell stores need to be combined to form a SpellInfo class instead of SpellEntry. Constant dbc lookups slow core a lot