diff options
| author | Keader <keader.android@gmail.com> | 2019-03-06 16:15:03 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-03-06 16:15:03 +0100 |
| commit | 482e0dad30ccb88ae4d518fc205f1cd76202fed7 (patch) | |
| tree | e8876916726b7b33cff5aafa0afe9682005e8246 /sql | |
| parent | c826d86853fff8c5512a8f9d835d4a789a0a5bd5 (diff) | |
Creature/Script: Daegarn
Remove the incorrect SAI and move it to cpp
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_03_06_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_03_06_02_world.sql b/sql/updates/world/3.3.5/2019_03_06_02_world.sql new file mode 100644 index 00000000000..5fb9a878759 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_03_06_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET AIName="" WHERE `entry` IN (24151); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (24151) AND `source_type`=0; |
