aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiberate <none@none>2010-06-01 00:15:04 +0200
committerLiberate <none@none>2010-06-01 00:15:04 +0200
commitf1e194aa6d065a2d1092121e6d54068d98930adb (patch)
tree6a108b89befc46e67a4899feacb63337464a6611
parent97ea58fe0c43c5ce9e4359b01c5959fb498d6bb1 (diff)
Forgot to put the sql updates of my previous commit in world.sql and the world_script_full.sql again
--HG-- branch : trunk
-rw-r--r--sql/FULL/world_scripts_full.sql1
-rw-r--r--sql/world.sql5
2 files changed, 5 insertions, 1 deletions
diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql
index 7277ab1f3d7..73c2cb0cf7b 100644
--- a/sql/FULL/world_scripts_full.sql
+++ b/sql/FULL/world_scripts_full.sql
@@ -84,6 +84,7 @@ UPDATE `gameobject_template` SET `ScriptName`='go_soulwell' WHERE `entry` IN (18
UPDATE `gameobject_template` SET `scriptname`='go_tadpole_cage' WHERE `entry`=187373;
UPDATE `gameobject_template` SET `ScriptName`='go_dragonflayer_cage' WHERE entry IN (186566,186567,186568,186569,186570,186571,186572,186573,186574,186575);
UPDATE `gameobject_template` SET `ScriptName`='go_black_cage' WHERE `entry`=195310;
+UPDATE `gameobject_template` SET `ScriptName`='go_massive_seaforium_charge' WHERE `entry`=190752;
/* GUARD */
UPDATE `creature_template` SET `ScriptName`='guard_generic' WHERE `entry` IN (727,1423,1735,1738,1742,1743,1744,1745,1746,2209,2210,3084,3212,3215,3217,3218,3219,3220,3221,3222,3223,3224,3502,3571,4262,4264,5595,5624,5725,5953,9460,11190,13076,15184,16221,16222,16733,18038,19687);
diff --git a/sql/world.sql b/sql/world.sql
index 68835e7f83b..b12485a56d8 100644
--- a/sql/world.sql
+++ b/sql/world.sql
@@ -6095,7 +6095,10 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment
( 54850, 54851, 1, 'Emerge - Emerge Summon'),
-- Trial of the Champion
( 66680, 66547, 0, 'Confess - Confess'),
-( 66889,-66865, 0, 'Remove Vengeance');
+( 66889,-66865, 0, 'Remove Vengeance'),
+-- Strand of the Ancients
+( 52415, 52418, 0, 'Carrying Seaforium - Add'),
+( 52410,-52418, 0, 'Carrying Seaforium - Remove');
/*!40000 ALTER TABLE `spell_linked_spell` ENABLE KEYS */;
UNLOCK TABLES;