diff options
| author | Killyana <morphone1@gmail.com> | 2019-07-06 17:51:00 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-07-06 17:51:00 +0200 |
| commit | 3b07a0452acdd9f71666b78187305f3b26cd1da7 (patch) | |
| tree | d6b24e55ce0086307f3b0b0801e01c2db6fbeea3 | |
| parent | 66e755679f64fb2135022ee3a92342442fbb6a2b (diff) | |
Typo
| -rw-r--r-- | sql/updates/world/3.3.5/2019_07_06_01_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_06_01_world.sql b/sql/updates/world/3.3.5/2019_07_06_01_world.sql index 61466cd909c..eb3e6af01be 100644 --- a/sql/updates/world/3.3.5/2019_07_06_01_world.sql +++ b/sql/updates/world/3.3.5/2019_07_06_01_world.sql @@ -1,2 +1,2 @@ -- -UPDATE `smart_scripts` SET `event_param1`=0, `event_param2`=0, `action_param1`=60000 WHERE `entryorguid` IN (2931900,2932700) AND `source_type` AND `id`=4; +UPDATE `smart_scripts` SET `event_param1`=0, `event_param2`=0, `action_param1`=60000 WHERE `entryorguid` IN (2931900,2932700) AND `source_type`=9 AND `id`=4; |
