Misc fixes and missed sql updates
This commit is contained in:
@@ -256,7 +256,7 @@ namespace Framework.Database
|
|||||||
|
|
||||||
// Update database
|
// Update database
|
||||||
if (!_database.ApplyFile(path))
|
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 the query took to apply
|
||||||
return Time.GetMSTimeDiffToNow(oldMSTime);
|
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
|
||||||
Reference in New Issue
Block a user