diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_05_13_00_world_misc.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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).'); |
