diff options
author | sirikfoll <sirikfoll@hotmail.com> | 2015-09-09 22:32:33 -0300 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-11-06 11:11:16 +0100 |
commit | d4b3b1d1d2d21c0be7111dc373daa0bd5b1264cc (patch) | |
tree | fc2a2c4614cedf51b0cf3783145141a8fa1cfd4e /sql | |
parent | 33baefc49e1bf899501418dea70f7413020f5f66 (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
(cherry picked from commit 22f1d269865a5980dabadab1f469e60a701e9de1)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2015_11_06_31_world_2015_11_03_00.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_06_31_world_2015_11_03_00.sql b/sql/updates/world/2015_11_06_31_world_2015_11_03_00.sql new file mode 100644 index 00000000000..deb95e8e7be --- /dev/null +++ b/sql/updates/world/2015_11_06_31_world_2015_11_03_00.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'); |