From bc3244c6bc438515e585af3d5bf06177e34acfae Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 11 Nov 2014 07:42:43 +0100 Subject: Rename 2014_11_10_03_world.sql to 2014_11_10_03_world.sql --- sql/updates/world/ 2014_11_10_03_world.sql | 4 ---- sql/updates/world/2014_11_10_03_world.sql | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 sql/updates/world/ 2014_11_10_03_world.sql create mode 100644 sql/updates/world/2014_11_10_03_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/ 2014_11_10_03_world.sql b/sql/updates/world/ 2014_11_10_03_world.sql deleted file mode 100644 index 41044e8c7ef..00000000000 --- a/sql/updates/world/ 2014_11_10_03_world.sql +++ /dev/null @@ -1,4 +0,0 @@ -update creature_template set `AIName`='SmartAI' where entry=26261; - -Delete from `smart_scripts` where entryorguid=26261 and event_param1=47394; -INSERT INTO `smart_scripts` VALUES (26261, 0, 0, 0, 8, 0, 100, 0, 47394, 0, 0, 0, 33, 26261, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On Spellhit call Killcredit for Q 12070'); diff --git a/sql/updates/world/2014_11_10_03_world.sql b/sql/updates/world/2014_11_10_03_world.sql new file mode 100644 index 00000000000..41044e8c7ef --- /dev/null +++ b/sql/updates/world/2014_11_10_03_world.sql @@ -0,0 +1,4 @@ +update creature_template set `AIName`='SmartAI' where entry=26261; + +Delete from `smart_scripts` where entryorguid=26261 and event_param1=47394; +INSERT INTO `smart_scripts` VALUES (26261, 0, 0, 0, 8, 0, 100, 0, 47394, 0, 0, 0, 33, 26261, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On Spellhit call Killcredit for Q 12070'); -- cgit v1.2.3