aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShocker <shocker@freakz.ro>2011-04-29 21:49:30 +0300
committerShocker <shocker@freakz.ro>2011-04-29 22:24:06 +0300
commitf96e1ce1d7b10074750da761ff9b219a24d0f09f (patch)
tree5cab840ce924f2afdff51346f0ece92ce782a894
parent01a79947d56eae6ed9f47dc2b41897d77cc91f41 (diff)
Core/SQL: Fix an sql error in a previous commit
-rw-r--r--sql/updates/world/2011_04_29_00_world_loot_template.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2011_04_29_00_world_loot_template.sql b/sql/updates/world/2011_04_29_00_world_loot_template.sql
index da42e1df5a8..f690f082c35 100644
--- a/sql/updates/world/2011_04_29_00_world_loot_template.sql
+++ b/sql/updates/world/2011_04_29_00_world_loot_template.sql
@@ -1,5 +1,5 @@
-- Nefarian T2 Head
-SET @REF:= 34348; (found by StoredProc)
+SET @REF:= 34348; -- (found by StoredProc)
-- Delete all so we can also renumber the itemids on refs for old loot
DELETE FROM `creature_loot_template` WHERE `entry`=11583;