From 4b0ca6831a6e318d51f18161f9d3b1237d6bfc5e Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Tue, 25 Jun 2013 01:14:09 +0200 Subject: [PATCH] DB/Commit: add DRAKE define to fix query --- sql/updates/world/2013_06_25_02_world_sai.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/updates/world/2013_06_25_02_world_sai.sql b/sql/updates/world/2013_06_25_02_world_sai.sql index b681f5c05e3..c394f74b51f 100644 --- a/sql/updates/world/2013_06_25_02_world_sai.sql +++ b/sql/updates/world/2013_06_25_02_world_sai.sql @@ -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;