From 6711ba0bd85b6908d908ca127274c5c409dbad64 Mon Sep 17 00:00:00 2001 From: Filip Date: Sat, 28 Sep 2013 18:19:33 +0200 Subject: DB/Update: Pet spells --- sql/updates/world/2013_09_28_01_world_update.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2013_09_28_01_world_update.sql (limited to 'sql') diff --git a/sql/updates/world/2013_09_28_01_world_update.sql b/sql/updates/world/2013_09_28_01_world_update.sql new file mode 100644 index 00000000000..43720dbab22 --- /dev/null +++ b/sql/updates/world/2013_09_28_01_world_update.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `spell1` = 52497, `spell2` = 52510 WHERE `entry` = 28843; -- cgit v1.2.3