DB: fixed a typo in ec26851114

This commit is contained in:
Ovahlord
2019-11-06 02:49:42 +01:00
parent ec26851114
commit db35742421

View File

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