DB/Commit: add DRAKE define to fix query

This commit is contained in:
ZxBiohazardZx
2013-06-25 01:14:09 +02:00
parent 9ca2b8b852
commit 4b0ca6831a

View File

@@ -1,6 +1,7 @@
SET @ENTRY := 29732;
SET @GOSSIP := 9891;
SET @EAGLE := 29736;
SET @DRAKE := 29753;
UPDATE `creature_template` SET `VehicleId`=243,`InhabitType`=3,`AIName`= 'SmartAI' WHERE `entry`=@ENTRY;
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY;