[11346] Use DELETE/INSERT in 11335_02_mangos_mangos_string.sql

This commit is contained in:
VladimirMangos 2011-04-13 20:26:38 +04:00
parent 42880e2b8a
commit 07fcdc33cc
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,6 @@
ALTER TABLE db_version CHANGE COLUMN required_11335_01_mangos_mangos_string required_11335_02_mangos_mangos_string bit;
REPLACE INTO mangos_string VALUES
DELETE FROM mangos_string WHERE entry IN (503);
INSERT INTO mangos_string VALUES
(503,'The distance is: (3D) %f (2D) %f - (3D, point-to-point) %f yards.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11345"
#define REVISION_NR "11346"
#endif // __REVISION_NR_H__