From 1c2213d7968a2bd94fbd69b05aaf5d19779b9ea9 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 18 Jul 2013 17:55:33 +0200 Subject: [PATCH] DB/Condition: Correct target of spell 63126 Fix by dr-j closes #10281 --- sql/updates/world/2013_07_18_00_world_conditions.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2013_07_18_00_world_conditions.sql diff --git a/sql/updates/world/2013_07_18_00_world_conditions.sql b/sql/updates/world/2013_07_18_00_world_conditions.sql new file mode 100644 index 0000000000..90a16d32fb --- /dev/null +++ b/sql/updates/world/2013_07_18_00_world_conditions.sql @@ -0,0 +1,2 @@ +-- Fix There's Something About the Squire +UPDATE `conditions` SET `ConditionTarget`=1 WHERE `SourceTypeOrReferenceId`=17 AND `SourceGroup`=0 AND `SourceEntry`=63126 AND `ConditionTypeOrReference`=9;