Core/SQL: Fix an sql error in a previous commit

This commit is contained in:
Shocker
2011-04-29 21:49:30 +03:00
parent 01a79947d5
commit f96e1ce1d7

View File

@@ -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;