aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2023-07-28 00:20:14 +0200
committerModoX <moardox@gmail.com>2023-07-28 00:20:14 +0200
commit8f3f6584c3c7e8b4c1b6d10517419735d7527b48 (patch)
treefe01ea9cf47bee9cca670391319f260ca2aa18eb
parent1af6533c0f5ef84db1a75a3e695408cd629acad1 (diff)
DB/SAI: Fixed some db errors introduced in cc08aa8e249c5cd33f6b09a766cf6131c42566b9
-rw-r--r--sql/updates/world/master/2023_07_28_00_world.sql4
1 files changed, 4 insertions, 0 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
new file mode 100644
index 00000000000..995df3d81a3
--- /dev/null
+++ b/sql/updates/world/master/2023_07_28_00_world.sql
@@ -0,0 +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