aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorsirikfoll <sirikfoll@hotmail.com>2015-09-09 22:32:33 -0300
committerCarbenium <carbenium@outlook.com>2015-11-03 17:01:25 +0100
commit22f1d269865a5980dabadab1f469e60a701e9de1 (patch)
tree69b8f522a8da8d43cac79e67a788a52a1b20a515 /sql/updates
parent7ab1d1b7d060c7e9f5cc964d0f01113cb3200304 (diff)
DB/CORE Minor change in quest Kick, What Kick? and some codestyle
Remove the line that despawns the 'Apple' npc, this despawn is non-blizzlike and breaks the quest. Thx Killyana for sql and valuable information Closes #15480
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2015_11_03_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_03_00_world.sql b/sql/updates/world/2015_11_03_00_world.sql
new file mode 100644
index 00000000000..deb95e8e7be
--- /dev/null
+++ b/sql/updates/world/2015_11_03_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=50556;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
+(13,1,50556,0,0,31,0,3,28054,0,0,0,0,'','Only Lucky Wilhelm is a target for the spell Ride Wilhelm');