Skip to content

Commit

Permalink
[11346] Use DELETE/INSERT in 11335_02_mangos_mangos_string.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMangos committed Apr 13, 2011
1 parent e3ea2f7 commit d2934bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion sql/updates/11335_02_mangos_mangos_string.sql
@@ -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);
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11345"
#define REVISION_NR "11346"
#endif // __REVISION_NR_H__

0 comments on commit d2934bb

Please sign in to comment.