Added quest::crosszonesetentityvariablebynpctypeid(npctype_id, id, m_var)

Added quest::crosszonesignalnpcbynpctypeid(npctype_id, data)
Added $client->GetTaskActivityDoneCount(THIS, TaskID, ActivityID)
This commit is contained in:
akkadius
2014-09-16 16:03:27 -05:00
parent e390531dcd
commit 87bb5deb5c
8 changed files with 134 additions and 11 deletions
+1 -1
View File
@@ -9435,7 +9435,7 @@ void Client::CompleteConnect() {
if (buffs[j1].spellid >(uint32)SPDAT_RECORDS)
continue;
const SPDat_Spell_Struct &spell = spells[buffs[j1].spellid];
const SPDat_Spell_Struct &spell = spells[buffs[j1].spellid];
for (int x1 = 0; x1 < EFFECT_COUNT; x1++) {
switch (spell.effectid[x1]) {