From df444890daf74e95d51a229f99996561a88ac71a Mon Sep 17 00:00:00 2001 From: Duarte Duarte Date: Fri, 26 Dec 2014 14:34:26 +0000 Subject: SQLs: Replace placehold variable by default world db name Travis tests SQL imports and it would fail otherwise. Do not forget to change the variable to your world database name (if different from 'world') in the file 2014_12_25_00_hotfixes_locale_broadcast_text.sql --- sql/updates/hotfixes/2014_12_25_00_hotfixes_locale_broadcast_text.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/updates/hotfixes/2014_12_25_00_hotfixes_locale_broadcast_text.sql b/sql/updates/hotfixes/2014_12_25_00_hotfixes_locale_broadcast_text.sql index 7aa05826b9a..e6563bce913 100644 --- a/sql/updates/hotfixes/2014_12_25_00_hotfixes_locale_broadcast_text.sql +++ b/sql/updates/hotfixes/2014_12_25_00_hotfixes_locale_broadcast_text.sql @@ -1,4 +1,4 @@ -SET @world_db_name := 'world_db_name_goes_here_or_error_in_yo_face'; -- fill in your world database name +SET @world_db_name := 'world'; -- fill in your world database name DROP TABLE IF EXISTS `locales_broadcast_text`; CREATE TABLE `locales_broadcast_text` ( -- cgit v1.2.3