aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-01-10 17:45:30 +0100
committerShauren <shauren.trinity@gmail.com>2021-11-21 13:51:43 +0100
commit6b6eff6f9689729df390876ede429652f1623858 (patch)
tree39cfe2ad0dc9d78ec1795d7c61f4995cd69885d6
parentc375208e5b15d20b22bd21892483589c9bd3e1bb (diff)
DB/Creature: Rory
(cherry picked from commit bee08cc3e7602994c3dc471d5b099bfccf895770)
-rw-r--r--sql/updates/world/master/2021_11_21_01_world_2019_01_10_04_world_335.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_21_01_world_2019_01_10_04_world_335.sql b/sql/updates/world/master/2021_11_21_01_world_2019_01_10_04_world_335.sql
new file mode 100644
index 00000000000..e27588977b0
--- /dev/null
+++ b/sql/updates/world/master/2021_11_21_01_world_2019_01_10_04_world_335.sql
@@ -0,0 +1,11 @@
+--
+DELETE FROM `creature` WHERE `guid` IN (48306);
+INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES
+(48306, 11285, 0, '0', 0, 0, 0, 1194.061, -2310.092, 57.172, 2.902832, 600, 0, 0);
+
+UPDATE `creature_template` SET `npcflag`=`npcflag`|1, `gossip_menu_id`=3361 WHERE `entry`=11285;
+DELETE FROM `creature_template_addon` WHERE `entry`=11285;
+INSERT INTO `creature_template_addon` (`entry`, `bytes2`, `auras`) VALUES (11285, 1, "17622");
+
+DELETE FROM `gossip_menu` WHERE `MenuID` IN (3361);
+INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES (3361,4117);