aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2015-10-10 15:17:25 +0200
committerMitchesD <majklprofik@seznam.cz>2015-10-10 15:17:25 +0200
commit4e2dd6ee0ba1663df04e9fd36bc9ae616321e2a3 (patch)
treed8f5c3369e3a401fe5dbf04c41eb96d913dc6a58 /sql/updates/world
parent88ebff08f33b1b0d0ee00b951005cb434dea56e7 (diff)
parent1ffec02d760fe88deb4ccce0d13bce344a20bd15 (diff)
Merge pull request #15692 from ShinDarth/instance
Scripts/Commands: enhanced .instance get/setbossstate commands
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/2015_10_10_05_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_10_05_world.sql b/sql/updates/world/2015_10_10_05_world.sql
new file mode 100644
index 00000000000..5a552b76e64
--- /dev/null
+++ b/sql/updates/world/2015_10_10_05_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `trinity_string` WHERE `entry` IN (5057, 5058);
+INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES
+(5057, 'Boss id %i state is now set to %i (%s).', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+(5058, 'Boss id %i state is %i (%s).', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);