diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2023-07-28 08:43:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-28 08:43:47 +0200 |
commit | 4e45a74f0c5a460e0624a8814d77bb7f8a73bab5 (patch) | |
tree | b873e5cdab6c4deccb74e73a47492b18b67b82f2 | |
parent | e0d474e69dc6a0f84845d7e551d74b7f561bc553 (diff) |
Update 2023_07_28_00_world.sql
-rw-r--r-- | sql/updates/world/master/2023_07_28_00_world.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/master/2023_07_28_00_world.sql b/sql/updates/world/master/2023_07_28_00_world.sql index 995df3d81a3..a577f7fb81a 100644 --- a/sql/updates/world/master/2023_07_28_00_world.sql +++ b/sql/updates/world/master/2023_07_28_00_world.sql @@ -1,4 +1,4 @@ - +-- UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = 15045; -UPDATE `smart_scripts` SET `action_param1`=290554, `Comment`='After 0 seconds - storedTarget[0]: Cast spell 290554 at storedTarget[0]' WHERE `entryorguid`=14971802 AND `source_type`=9 AND `id`=1;
\ No newline at end of file +UPDATE `smart_scripts` SET `action_param1`=290554, `Comment`='After 0 seconds - storedTarget[0]: Cast spell 290554 at storedTarget[0]' WHERE `entryorguid`=14971802 AND `source_type`=9 AND `id`=1; |