Misc fixes and missed sql updates

This commit is contained in:
hondacrx
2018-01-14 15:58:14 -05:00
parent 891fbebef8
commit 7b37614f3f
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ namespace Framework.Database
// Update database
if (!_database.ApplyFile(path))
Log.outError(LogFilter.Sql, $"Update: {path} Failed.");
Log.outError(LogFilter.Sql, $"Update: {path} Failed. You need to apply it manually");
// Return time the query took to apply
return Time.GetMSTimeDiffToNow(oldMSTime);
@@ -0,0 +1,2 @@
UPDATE `trinity_string` SET `content_default`='Map: %u (%s) Zone: %u (%s) Area: %u (%s)\nPhases: %s\nX: %f Y: %f Z: %f Orientation: %f' WHERE `entry`=101;
UPDATE `trinity_string` SET `content_default`='Name: %s (%s), Zone: %s, Phases: [%s], %s, Flags: %s, Roles: %s' WHERE `entry`=1150;
@@ -0,0 +1 @@
UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x2 WHERE `SpellId` IN (71406,71545); -- Anger Capacitor