aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2022-11-04 19:32:06 +0100
committerKillyana <morphone1@gmail.com>2022-11-04 19:32:06 +0100
commit6e67ec0b0168815c1375acd8eae052c9418d36b5 (patch)
tree8eae9fbdcaa5d979c96dd120a1dce3814afdde8d
parenta7993090cd6aa7dafd86a938d66ef7d30746d431 (diff)
Typo
-rw-r--r--sql/updates/world/3.3.5/2022_11_04_09_world.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2022_11_04_09_world.sql b/sql/updates/world/3.3.5/2022_11_04_09_world.sql
index a7b6b8b0de7..d19873e1d17 100644
--- a/sql/updates/world/3.3.5/2022_11_04_09_world.sql
+++ b/sql/updates/world/3.3.5/2022_11_04_09_world.sql
@@ -1,2 +1,2 @@
--
-UPDATE `smart_scripts` SET `event_param1`=0 AND `event_param2`=0 WHERE `entryorguid` = 496100 AND `source_type`=9 AND `id`=3;
+UPDATE `smart_scripts` SET `event_param1`=0, `event_param2`=0 WHERE `entryorguid` = 496100 AND `source_type`=9 AND `id`=3;