eluna-scripts-mangoszero/sql/drop_event_ai.sql
Salja 6d88b02c97 added few lua scripts for zero
Signed-off-by: Salja <salja8840@gmail.com>
2014-07-21 11:59:53 +02:00

6 lines
273 B
SQL

-- Drop EventAI wehn using same Scripts in lua.
DELETE FROM `creature_ai_scripts` WHERE `creature_id` IN (6, 38, 61, 80);
DELETE FROM `creature_ai_texts` WHERE `entry` IN (-2, -3, -4, -7, -8);
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` IN (6, 38, 61, 80)