mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
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
This commit is contained in:
@@ -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` (
|
||||
|
||||
Reference in New Issue
Block a user