From e858057eff0ae3bffed44c6be8a41749cc43b777 Mon Sep 17 00:00:00 2001 From: xjose93 Date: Mon, 13 May 2013 01:43:15 +0200 Subject: Core/Commands: Improve .damage command, now can damage destructible gameobjects => ".damage go " --- sql/updates/world/2013_05_13_00_world_misc.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2013_05_13_00_world_misc.sql (limited to 'sql') diff --git a/sql/updates/world/2013_05_13_00_world_misc.sql b/sql/updates/world/2013_05_13_00_world_misc.sql new file mode 100644 index 00000000000..af20a0f5c02 --- /dev/null +++ b/sql/updates/world/2013_05_13_00_world_misc.sql @@ -0,0 +1,5 @@ +SET @ENTRY := 176; +DELETE FROM `trinity_string` WHERE `entry` IN(@ENTRY, @ENTRY+1); +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES +(@ENTRY, 'Invalid gameobject type, must be a destructible building.'), +(@ENTRY+1, 'Gameobject %s (GUID: %u) damaged %u (actual health: %u).'); -- cgit v1.2.3