diff options
| author | Kandera <KanderaDev@gmail.com> | 2012-04-26 12:46:02 -0400 |
|---|---|---|
| committer | Kandera <KanderaDev@gmail.com> | 2012-04-26 12:46:02 -0400 |
| commit | a97646ca5a9c1297744b1b5557984ab187ec4982 (patch) | |
| tree | 818e6c9fc113019f0aea0852082d2cb4c0d0969b | |
| parent | b5a5080df0ab41e97ecbf71a4cc4341cea3f6323 (diff) | |
DB/Conditions: fix another conditions error from bf0d001cd3bc5347fecd92d8fbec2a196d6dcda9
| -rw-r--r-- | sql/updates/world/2012_04_26_01_world_conditions.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_26_01_world_conditions.sql b/sql/updates/world/2012_04_26_01_world_conditions.sql new file mode 100644 index 00000000000..c43f08652ba --- /dev/null +++ b/sql/updates/world/2012_04_26_01_world_conditions.sql @@ -0,0 +1 @@ +UPDATE `conditions` SET `source_type` = 0, `id` = 1 WHERE `entryorguid` = 25814 AND `source_type` = 1 AND `id` = 0; |
