diff options
| author | ShinDarth <borzifrancesco@gmail.com> | 2015-10-10 13:22:55 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-11-06 11:56:13 +0100 |
| commit | 040b098aef5625645dc37d0f112cd24eb715fa43 (patch) | |
| tree | 05b94ab857a23a97fdb1c2356ca825fea31a624f /sql | |
| parent | ceed5e2d35606509ee0a855ad01ec4690ded6220 (diff) | |
Scripts/Commands: enhanced .instance get/setbossstate commands
(cherry picked from commit 1ffec02d760fe88deb4ccce0d13bce344a20bd15)
# Conflicts:
# src/server/game/Instances/InstanceScript.cpp
# src/server/scripts/Commands/cs_instance.cpp
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_11_06_35_world_2015_10_10_05.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_06_35_world_2015_10_10_05.sql b/sql/updates/world/2015_11_06_35_world_2015_10_10_05.sql new file mode 100644 index 00000000000..5a552b76e64 --- /dev/null +++ b/sql/updates/world/2015_11_06_35_world_2015_10_10_05.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); |
