aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/4610_world.sql
diff options
context:
space:
mode:
authorQAston <none@none>2009-07-27 16:06:39 +0200
committerQAston <none@none>2009-07-27 16:06:39 +0200
commite3e0fd522e3861cf4243251ec4e961d99639b4d0 (patch)
tree06406e4739e850abe3287601bb8efbd093052b40 /sql/updates/4610_world.sql
parent1630842f03e0ae25ed74d260f7159e8640b1890a (diff)
parent0aa4879ecc5d044902647634177e9cc5d1e2efd3 (diff)
*Fix a crash with MAP_BASED_RAND_GEN - thanks to Azuritus for research.
--HG-- branch : trunk rename : sql/updates/4602_world_spell_bonus_data.txt => sql/updates/4602_world_spell_bonus_data.sql rename : sql/updates/4603_world_tmp.txt => sql/updates/4603_world_tmp.sql rename : sql/updates/4604_world.sql => sql/updates/4610_world.sql
Diffstat (limited to 'sql/updates/4610_world.sql')
-rw-r--r--sql/updates/4610_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/4610_world.sql b/sql/updates/4610_world.sql
new file mode 100644
index 00000000000..ba05803139d
--- /dev/null
+++ b/sql/updates/4610_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_bonus_data` where `entry` IN(62124, 64382);
+INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
+(62124, 0.085, -1, -1, -1, 'Paladin - Hand of Reckoning'),
+(64382, -1, -1, 0.5, -1, 'Warrior - Shattering Throw');