aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;