mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 18:43:48 +00:00
feat(Core/SmartAI): Add more smart events (#16642)
* init * :) * Update rev_1687966694240866600.sql * >:) change name from unit -> target fix typo Co-Authored-By: Angelo Venturini <nefertum.dev@protonmail.com> * Update data/sql/updates/pending_db_world/rev_1687966694240866600.sql Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com> * more_events * Update SmartScriptMgr.cpp --------- Co-authored-by: Angelo Venturini <nefertum.dev@protonmail.com> Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_param5`=5000 WHERE `entryorguid` = 16420 AND `source_type` = 0 AND `id`=0;
|
||||
UPDATE `smart_scripts` SET `event_param5`=1000 WHERE `entryorguid` = 30085 AND `source_type` = 0 AND `id` = 1;
|
||||
Reference in New Issue
Block a user