diff options
| author | Filip <boev.filip@gmail.com> | 2013-08-27 13:14:06 +0200 |
|---|---|---|
| committer | Filip <boev.filip@gmail.com> | 2013-08-27 13:14:06 +0200 |
| commit | 19accfc3ee970146d36a832f670e774ba770feee (patch) | |
| tree | 3a1ff79989eb21beb08fda6549a241909e55dcc2 | |
| parent | a5ed6f6e20235df655fa5669dbc6007af555e328 (diff) | |
DB: Missing declaration
| -rw-r--r-- | sql/updates/world/2013_08_27_00_world_sai.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_27_00_world_sai.sql b/sql/updates/world/2013_08_27_00_world_sai.sql index f487481665e..4b0d78c6885 100644 --- a/sql/updates/world/2013_08_27_00_world_sai.sql +++ b/sql/updates/world/2013_08_27_00_world_sai.sql @@ -16,6 +16,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment (@DETONATE,@EX4,1,'Explode Scourgewagon'); -- Explosive Charges Bunny +SET @SOURCETYPE :=0; UPDATE `creature_template` SET `AIName`='SmartAI',`flags_extra`=`flags_extra`|128 WHERE `entry`=@ENTRY; DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY*100 AND `source_type`=9; |
