aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZxBiohazardZx <zxbiohazardzx@gmail.com>2013-06-25 01:14:09 +0200
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2013-06-25 01:14:09 +0200
commit4b0ca6831a6e318d51f18161f9d3b1237d6bfc5e (patch)
tree5dc8b3544ae48d3dfe91b81f7852a55a93ae36d1
parent9ca2b8b852d7e6bfbaece590a1c541b1a44a6134 (diff)
DB/Commit: add DRAKE define to fix query
-rw-r--r--sql/updates/world/2013_06_25_02_world_sai.sql1
1 files changed, 1 insertions, 0 deletions
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;