PDA

Просмотр полной версии : [13953] Implement variable length dbscript string logic


newsbot
13.04.2017, 06:13
Автор: killerwife


<pre style='white-space:pre-wrap;width:81ex'>[13953] Implement variable length dbscript string logic

- Implement pathId for creature_movement_template
- Implement TRIGGERED_IGNORE_UNATTACKABLE_FLAG
- Implement support for TriggeredCastFlags in dbscript CastSpell
- Move isTargetableForAttack conditions to CheckTarget from Grid searcher
- Fix wrong attribute condition, preventing spells without to be cast on dead
- Do not skip UNIT_FLAG_OOC_NOT_ATTACKABLE targets when spell_script_target is provided.

For DB devs :: This commits needs the following update to db
UPDATE dbscript_on_* SET datalong2=1,dataFlags=dataFlags&~8 WHERE
dataFlags&8;

close https://github.com/cmangos/mangos-tbc/pull/174</pre>


Подробнее... (https://github.com/cmangos/mangos-wotlk/commit/7142ba290b9cc506614c7d5758f25ff76f09975a)