mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[11346] Use DELETE/INSERT in 11335_02_mangos_mangos_string.sql
This commit is contained in:
parent
42880e2b8a
commit
07fcdc33cc
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
ALTER TABLE db_version CHANGE COLUMN required_11335_01_mangos_mangos_string required_11335_02_mangos_mangos_string bit;
|
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);
|
(503,'The distance is: (3D) %f (2D) %f - (3D, point-to-point) %f yards.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11345"
|
#define REVISION_NR "11346"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue