mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 07:07:29 +01:00
DB/Commit: add DRAKE define to fix query
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user