aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-06-15 12:46:30 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-01-29 21:00:42 +0100
commit6b0501e43fc738b4739a5ada9f54fdb6b27fda4d (patch)
treef57a3ece196f387f02a86c0fd05b74e3092cf368
parent0160aa035ba1201c938c809b85de3387e90d3667 (diff)
DB/Quest: There Exists No Honor Among Birds
By sirikfoll updates #16921 If nothing else is needed on that ticket i will close it tomorrow. (cherry picked from commit f9414654d1fad85383ef509a015c814d4f5f08de)
-rw-r--r--sql/updates/world/master/2017_01_29_10_world_2016_06_15_04_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_29_10_world_2016_06_15_04_world.sql b/sql/updates/world/master/2017_01_29_10_world_2016_06_15_04_world.sql
new file mode 100644
index 00000000000..f976ba3093b
--- /dev/null
+++ b/sql/updates/world/master/2017_01_29_10_world_2016_06_15_04_world.sql
@@ -0,0 +1,9 @@
+--
+DELETE FROM `creature_template_addon` WHERE `entry`=24783;
+INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
+(24783, 0, 0, 0, 1, 0, 43775);
+
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN(13,17) AND `SourceEntry`=44422;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
+(17,0,44422,0,0,30,0,186946,5,0,0,0,0,'',"Spell 'Scavenge' target GameObject 'Fjord Hawk Egg'"),
+(13,1,44422,0,0,31,0,5,186946,0,0,0,0,'',"Spell 'Scavenge' target GameObject 'Fjord Hawk Egg'");