Remove the "last updated" comment from default scripts.
Johnny C. Lam [05-03-14 - 00:26]
Remove the "last updated" comment from default scripts.
The default scripts can just be tracked by the Ovale release number.
Leave the "last updated" comment in imported 3rd party scripts to note the
time that the script was last updated by the outisde 3rd party.
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1361 d5049fe3-3747-40f7-a4b5-f36d6801af5f
diff --git a/scripts/ovale_druid.lua b/scripts/ovale_druid.lua
index 30c2bb2..f249392 100644
--- a/scripts/ovale_druid.lua
+++ b/scripts/ovale_druid.lua
@@ -6,7 +6,6 @@ do
local desc = "[5.4] Ovale: Balance, Feral"
local code = [[
# Ovale druid script based on SimulationCraft.
-# Last updated: 2014-04-24
Include(ovale_items)
Include(ovale_racials)
diff --git a/scripts/ovale_druid_spells.lua b/scripts/ovale_druid_spells.lua
index feb7713..8cec57d 100644
--- a/scripts/ovale_druid_spells.lua
+++ b/scripts/ovale_druid_spells.lua
@@ -6,7 +6,6 @@ do
local desc = "[5.4.7] Ovale: Druid spells"
local code = [[
# Druid spells and functions.
-# Last updated: 2014-04-24
Define(barkskin 22812)
SpellInfo(barkskin cd=60)
diff --git a/scripts/ovale_hunter.lua b/scripts/ovale_hunter.lua
index b4ca28b..e632854 100644
--- a/scripts/ovale_hunter.lua
+++ b/scripts/ovale_hunter.lua
@@ -6,7 +6,6 @@ do
local desc = "[5.4] Ovale: Beast Mastery, Marksmanship, Survival"
local code = [[
# Ovale hunter script based on SimulationCraft.
-# Last updated: 2014-04-25
Include(ovale_items)
Include(ovale_racials)
diff --git a/scripts/ovale_hunter_spells.lua b/scripts/ovale_hunter_spells.lua
index d7e7568..01611d4 100644
--- a/scripts/ovale_hunter_spells.lua
+++ b/scripts/ovale_hunter_spells.lua
@@ -5,6 +5,8 @@ do
local name = "ovale_hunter_spells"
local desc = "[5.4.7] Ovale: Hunter spells"
local code = [[
+# Hunter spells and functions.
+
Define(a_murder_of_crows 131894)
SpellInfo(a_murder_of_crows cd=120 focus=60)
SpellInfo(a_murder_of_crows buff_focus_half=beast_within_buff mastery=beast_mastery)
diff --git a/scripts/ovale_mage.lua b/scripts/ovale_mage.lua
index 4129ca2..d1469f3 100644
--- a/scripts/ovale_mage.lua
+++ b/scripts/ovale_mage.lua
@@ -6,7 +6,6 @@ do
local desc = "[5.4] Ovale: Arcane, Fire, Frost"
local code = [[
# Ovale mage script based on SimulationCraft.
-# Last updated: 2014-04-27
Include(ovale_items)
Include(ovale_racials)
diff --git a/scripts/ovale_mage_spells.lua b/scripts/ovale_mage_spells.lua
index cd6c78b..f099228 100644
--- a/scripts/ovale_mage_spells.lua
+++ b/scripts/ovale_mage_spells.lua
@@ -6,7 +6,6 @@ do
local desc = "[5.4.7] Ovale: Mage spells"
local code = [[
# Mage spells and functions.
-# Last updated: 2014-04-21
Define(alter_time 108978)
SpellInfo(alter_time cd=180)
diff --git a/scripts/ovale_monk.lua b/scripts/ovale_monk.lua
index c41bc02..c5a2742 100644
--- a/scripts/ovale_monk.lua
+++ b/scripts/ovale_monk.lua
@@ -6,7 +6,6 @@ do
local desc = "[5.4] Ovale: Brewmaster, Mistweaver, Windwalker"
local code = [[
# Ovale monk script based on SimulationCraft.
-# Last updated: 2014-04-16
Include(ovale_items)
Include(ovale_racials)
diff --git a/scripts/ovale_monk_spells.lua b/scripts/ovale_monk_spells.lua
index 94c6983..a16a2ec 100644
--- a/scripts/ovale_monk_spells.lua
+++ b/scripts/ovale_monk_spells.lua
@@ -6,7 +6,6 @@ do
local desc = "[5.4.7] Ovale: Monk spells"
local code = [[
# Monk spells and functions.
-# Last updated: 2014-04-16
Define(blackout_kick 100784)
SpellInfo(blackout_kick chi=2)
diff --git a/scripts/ovale_paladin.lua b/scripts/ovale_paladin.lua
index ee9ce0d..341463d 100644
--- a/scripts/ovale_paladin.lua
+++ b/scripts/ovale_paladin.lua
@@ -6,7 +6,6 @@ do
local desc = "[5.4] Ovale: Holy, Protection, Retribution"
local code = [[
# Ovale paladin script based on SimulationCraft.
-# Last updated: 2014-04-19
Include(ovale_items)
Include(ovale_racials)
diff --git a/scripts/ovale_paladin_spells.lua b/scripts/ovale_paladin_spells.lua
index 4afbca4..465d4ba 100644
--- a/scripts/ovale_paladin_spells.lua
+++ b/scripts/ovale_paladin_spells.lua
@@ -5,6 +5,8 @@ do
local name = "ovale_paladin_spells"
local desc = "[5.4.7] Ovale: Paladin spells"
local code = [[
+# Paladin spells and functions.
+
Define(ancient_power_buff 86700)
SpellInfo(ancient_power_buff duration=30)
Define(ardent_defender 31850)
diff --git a/scripts/ovale_priest.lua b/scripts/ovale_priest.lua
index 39a07d5..be3ef20 100644
--- a/scripts/ovale_priest.lua
+++ b/scripts/ovale_priest.lua
@@ -6,7 +6,6 @@ do
local desc = "[5.4] Ovale: Shadow"
local code = [[
# Ovale shadow script based on SimulationCraft.
-# Last updated: 2014-04-25
Include(ovale_items)
Include(ovale_racials)
diff --git a/scripts/ovale_priest_spells.lua b/scripts/ovale_priest_spells.lua
index 9417056..542d277 100644
--- a/scripts/ovale_priest_spells.lua
+++ b/scripts/ovale_priest_spells.lua
@@ -6,7 +6,6 @@ do
local desc = "[5.4.7] Ovale: Priest spells"
local code = [[
# Priest spells and functions.
-# Last updated: 2014-04-19
Define(cascade_damage 121135)
SpellInfo(cascade_damage cd=25)
diff --git a/scripts/ovale_rogue.lua b/scripts/ovale_rogue.lua
index 42104a5..4bca124 100644
--- a/scripts/ovale_rogue.lua
+++ b/scripts/ovale_rogue.lua
@@ -6,7 +6,6 @@ do
local desc = "[5.4.7] Ovale: Assassination, Combat, Subtlety"
local code = [[
# Ovale rogue script based on SimulationCraft.
-# Last updated: 2014-04-28
Include(ovale_items)
Include(ovale_racials)
diff --git a/scripts/ovale_rogue_spells.lua b/scripts/ovale_rogue_spells.lua
index 4190191..b459c4e 100644
--- a/scripts/ovale_rogue_spells.lua
+++ b/scripts/ovale_rogue_spells.lua
@@ -6,7 +6,6 @@ do
local desc = "[5.4.7] Ovale: Rogue spells"
local code = [[
# Rogue spells and functions.
-# Last updated: 2014-04-28
Define(adrenaline_rush 13750)
SpellInfo(adrenaline_rush cd=180)
diff --git a/scripts/ovale_shaman.lua b/scripts/ovale_shaman.lua
index 4e55c2e..ec16838 100644
--- a/scripts/ovale_shaman.lua
+++ b/scripts/ovale_shaman.lua
@@ -6,7 +6,6 @@ do
local desc = "[5.4] Ovale: Elemental, Enhancement, Restoration"
local code = [[
# Ovale shaman script based on SimulationCraft.
-# Last updated: 2014-04-19
Include(ovale_items)
Include(ovale_racials)
diff --git a/scripts/ovale_shaman_spells.lua b/scripts/ovale_shaman_spells.lua
index f7011fd..b067a44 100644
--- a/scripts/ovale_shaman_spells.lua
+++ b/scripts/ovale_shaman_spells.lua
@@ -6,7 +6,6 @@ do
local desc = "[5.4.7] Ovale: Shaman spells"
local code = [[
# Shaman spells and functions.
-# Last updated: 2014-04-19
Define(ancestral_guidance 108281)
SpellInfo(ancestral_guidance cd=120)