mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 11:21:58 +01:00
DB: fixed a typo in ec26851114
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
SET @GUID := -317632;
|
||||
UPDATE `creature_template` SET `AIName`="" WHERE `entry`= 42098;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=@GUID AND `source_type`=0;
|
||||
|
||||
Reference in New Issue
Block a user