mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Core/SQL: Fix an sql error in a previous commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user