diff options
| author | Shauren <none@none> | 2010-08-19 16:40:47 +0200 |
|---|---|---|
| committer | Shauren <none@none> | 2010-08-19 16:40:47 +0200 |
| commit | a693f49bd1cf9fb43b7da4172a1ba66369047a7d (patch) | |
| tree | b10d50448ab3109a83a39a65bd917c11f426c1a0 /sql/updates | |
| parent | 46438f9f92c52deef2c6f0ed35402885127eeeb7 (diff) | |
Vehicles: Prohibit entering vehicle in combat only if it is a multi-passenger mount
Scripts/Icecrown Citadel: Changed Bone Spike id and remove teleport z+3 hack, its a vehicle, thx wowgargamel
Scripts/Icecrown Citadel: Fixed typo in variable name, thx Paradox
Scripts/Icecrown Citadel: Added warning emote for Bone Storm
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9472_world_script_texts.sql | 3 | ||||
| -rw-r--r-- | sql/updates/9472_world_scriptname.sql | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/9472_world_script_texts.sql b/sql/updates/9472_world_script_texts.sql new file mode 100644 index 00000000000..c74d80d071d --- /dev/null +++ b/sql/updates/9472_world_script_texts.sql @@ -0,0 +1,3 @@ +DELETE FROM `script_texts` WHERE `entry`=-1631010; +INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`,`sound`,`type`,`language`,`emote`,`comment`) VALUES +(36612,-1631010,'Lord Marrowgar creates a whirling storm of bone!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'SAY_BONE_STORM_EMOTE'); diff --git a/sql/updates/9472_world_scriptname.sql b/sql/updates/9472_world_scriptname.sql new file mode 100644 index 00000000000..cd7c7aa046b --- /dev/null +++ b/sql/updates/9472_world_scriptname.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `ScriptName`='' WHERE `ScriptName`='npc_bone_spike'; +UPDATE `creature_template` SET `ScriptName`='npc_bone_spike' WHERE `entry`=36619; |
