aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-10 15:33:54 -0600
committermegamage <none@none>2009-03-10 15:33:54 -0600
commitdc4a456416870697d1bf727ab5c7b9f6cf3537f0 (patch)
treef71b84de473b1cf364899169c6c4cfa2dcae9a00 /sql
parent099d302e690cf767c9247f7a910d86286af4745f (diff)
[7439] Fix wrong liquid level in some places. Need reectract maps. Author: DiSlord
Remove some log on extract maps. Add liquid status log to .gps command --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/mangos.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/mangos.sql b/sql/mangos.sql
index fed04397b1d..813a008785b 100644
--- a/sql/mangos.sql
+++ b/sql/mangos.sql
@@ -22,7 +22,7 @@
DROP TABLE IF EXISTS `db_version`;
CREATE TABLE `db_version` (
`version` varchar(120) default NULL,
- `required_7422_01_mangos_mangos_string` bit(1) default NULL
+ `required_7439_01_mangos_mangos_string` bit(1) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Used DB version notes';
--
@@ -2408,6 +2408,7 @@ INSERT INTO `mangos_string` VALUES
(172,'server console command',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(173,'You changed runic power of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(174,'%s changed your runic power to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
+(175,'Liquid level: %f, ground: %f, type: %d, status: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(200,'No selection.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(201,'Object GUID is: lowpart %u highpart %X',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(202,'The name was too long by %i characters.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),