diff options
| author | Drahy <none@none> | 2009-04-06 06:28:07 +0200 |
|---|---|---|
| committer | Drahy <none@none> | 2009-04-06 06:28:07 +0200 |
| commit | 781e597807044c733069727701c49c2558aa3d29 (patch) | |
| tree | 909e441a3cc2d8e3ac5d9c6363977920bac64331 /sql/updates/2450_world.sql | |
| parent | 05212a7162c913ccd554f7d18882635554bc1263 (diff) | |
* Moved some 2.4.3 sql to proper folder
* Added 2450_world which contains all updated from moved files
* Updated world_script_full
* Used trinity sql coding style
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/2450_world.sql')
| -rw-r--r-- | sql/updates/2450_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/2450_world.sql b/sql/updates/2450_world.sql new file mode 100644 index 00000000000..407ce84cc24 --- /dev/null +++ b/sql/updates/2450_world.sql @@ -0,0 +1,7 @@ +UPDATE `gameobject_template` SET `ScriptName`='go_jump_a_tron' WHERE `entry`=183146;
+UPDATE `gameobject_template` SET `ScriptName`='go_ethereum_prison' WHERE `entry`=184421;
+UPDATE `gameobject_template` SET `scriptname`='go_sacred_fire_of_life' WHERE `entry`=175944;
+UPDATE `gameobject_template` SET `scriptname`='go_skull_pile' WHERE `entry`=185913;
+DELETE FROM `command` WHERE `name` IN ('reload spell_linked_spell');
+INSERT INTO `command` VALUES
+('reload spell_linked_spell','3','Usage: .reload spell_linked_spell\r\nReloads the spell_linked_spell DB table.');
\ No newline at end of file |
