diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-30 23:01:46 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-30 23:01:46 +0200 |
| commit | b1ccc0e4cc26f9347757f81731816a0ad8de2c90 (patch) | |
| tree | 435cbf62799da7003a9ea0bd79d38613270a37b1 | |
| parent | 16f623f4bf4de8b1344d2fed2ce74077df6695d4 (diff) | |
SQL: Fix typo (thx @Wulfr)
| -rw-r--r-- | sql/updates/world/2014_07_30_02_world_sai.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_07_30_02_world_sai.sql b/sql/updates/world/2014_07_30_02_world_sai.sql index ef12a4236c5..9cc695e9d19 100644 --- a/sql/updates/world/2014_07_30_02_world_sai.sql +++ b/sql/updates/world/2014_07_30_02_world_sai.sql @@ -1 +1 @@ -UPDATE `smart_scripts` SET `event_phase_mask`=1 WHERE `entryorguid`=15402 AND `source_type`=0 AND `id`=6 +UPDATE `smart_scripts` SET `event_phase_mask`=1 WHERE `entryorguid`=15402 AND `source_type`=0 AND `id`=6; |
