aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKandera <KanderaDev@gmail.com>2012-04-26 09:13:07 -0400
committerKandera <KanderaDev@gmail.com>2012-04-26 09:13:07 -0400
commitaee77546e9a0be3a2d779d92aff7618732737a91 (patch)
tree67d428a0b8e20296bf8f66cb23750c2a4b465983 /sql/updates
parent00849132ee0c49da956618aac0a0bb1e01bfc5d8 (diff)
Core/Spells,DB/Conditions: Fix startup errors associated with bf0d001cd3bc5347fecd92d8fbec2a196d6dcda9 and 13b68af78dbc51f44656ecfddb1bfb27dc44a21a Closes #6346
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2012_04_26_00_world_conditions.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_26_00_world_conditions.sql b/sql/updates/world/2012_04_26_00_world_conditions.sql
new file mode 100644
index 00000000000..943fe386085
--- /dev/null
+++ b/sql/updates/world/2012_04_26_00_world_conditions.sql
@@ -0,0 +1 @@
+UPDATE `conditions` SET `ElseGroup` = 0, `SourceGroup` = 0 WHERE `SourceEntry` IN (46485,46488) AND `ConditionValue2` = 26817;