forked from azerothcore/azerothcore-wotlk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Core/SmartAI): Add more smart events (azerothcore#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>
- Loading branch information
1 parent
d0fa5f0
commit 54f8386
Showing
4 changed files
with
148 additions
and
23 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
data/sql/updates/pending_db_world/rev_1687966694240866600.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters